update invoice
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user