update invoice

This commit is contained in:
PhyoThandar
2020-10-09 19:00:39 +06:30
parent 776ebf52ee
commit 81663b1224
6 changed files with 555 additions and 611 deletions

View File

@@ -298,7 +298,7 @@ class _HomePageState extends State<HomePage> {
true ? widgets.add(boxesBtn) : "";
true ? widgets.add(deliveryBtn) : "";
user.hasCustomers() ? widgets.add(customersBtn) : "";
// true ? widgets.add(invoicesBtn) : "";
true ? widgets.add(invoicesBtn) : "";
// true ? widgets.add(discountBtn) : "";
}
widgets.add(faqBtn);