diff --git a/lib/widget/home.dart b/lib/widget/home.dart index 5056d795..39609ccf 100644 --- a/lib/widget/home.dart +++ b/lib/widget/home.dart @@ -87,6 +87,7 @@ class _InvenTreeHomePageState extends State { if (!InvenTreeAPI().checkConnection(context)) return; } + void _showSuppliers(BuildContext context) { if (!InvenTreeAPI().checkConnection(context)) return; @@ -346,6 +347,13 @@ class _InvenTreeHomePageState extends State { callback: () { _showManufacturers(context); } + ), + _iconButton( + L10().customers, + FontAwesomeIcons.userTie, + callback: () { + _showCustomers(context); + } ), /* Spacer(),