Aug 5 - Update code to follow up ST - MT14b
This commit is contained in:
@@ -79,6 +79,10 @@ def _scheduled_payload(s):
|
||||
# completed inspection. The iPad uses it to badge the row and to open
|
||||
# the parent from the schedule detail.
|
||||
'parent_inspection_id': s.parent_inspection_id,
|
||||
# phase50 — receipt acknowledgement, per assignment rather than per
|
||||
# occurrence. Lets the iPad badge unconfirmed assignments.
|
||||
'is_acknowledged': s.is_acknowledged,
|
||||
'acknowledged_at': s.acknowledged_at.isoformat() if s.acknowledged_at else None,
|
||||
'notes': s.notes or None,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user