add invoice pdf

This commit is contained in:
Sai Naw Wun
2020-10-26 04:41:24 +06:30
parent feec3c8687
commit 2786acfd08
33 changed files with 787 additions and 1114 deletions

View File

@@ -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);
}
}),
);