Implemented new set article mechanism for unscannable articles
This commit is contained in:
@ -60,7 +60,7 @@ class _DeliveryListState extends State<DeliveryList> {
|
||||
.where(
|
||||
(delivery) =>
|
||||
delivery.carId == widget.selectedCarId &&
|
||||
delivery.allArticlesScanned(),
|
||||
delivery.allArticlesScanned() || delivery.state == DeliveryState.finished,
|
||||
)
|
||||
.toList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user