add invoice pdf
This commit is contained in:
@@ -68,9 +68,9 @@ class _ShipmentListState extends State<ShipmentList> {
|
||||
if (p.id == 3) {
|
||||
Provider.of<ShipmentModel>(context, listen: false)
|
||||
.initData(widget.forCustomer, myPickup: true);
|
||||
} else if (p.id == 1) {
|
||||
} else {
|
||||
Provider.of<ShipmentModel>(context, listen: false)
|
||||
.initData(widget.forCustomer);
|
||||
.initData(widget.forCustomer, myPickup: false);
|
||||
}
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user