mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Hide manufacturer / supplier / customer screens
- For now, as they don't do anything useful - Will add back in once features are expanded
This commit is contained in:
@ -290,6 +290,8 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
||||
));
|
||||
}
|
||||
|
||||
// TODO: Add these tiles back in once the features are fleshed out
|
||||
/*
|
||||
// Suppliers
|
||||
if (homeShowSuppliers) {
|
||||
tiles.add(_listTile(
|
||||
@ -325,6 +327,7 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
||||
}
|
||||
));
|
||||
}
|
||||
*/
|
||||
|
||||
// Settings
|
||||
tiles.add(_listTile(
|
||||
|
Reference in New Issue
Block a user