Implemented new set article mechanism for unscannable articles
This commit is contained in:
@ -136,6 +136,9 @@ class _DeliveryDetailState extends State<DeliveryDetail> {
|
||||
driverSignature: driver,
|
||||
),
|
||||
);
|
||||
|
||||
Navigator.pop(context);
|
||||
Navigator.pop(context);
|
||||
}
|
||||
|
||||
Widget _stepsNavigation(Delivery delivery) {
|
||||
|
||||
Reference in New Issue
Block a user