mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 02:35:27 +00:00
Add view for list of manufacturers
This commit is contained in:
@ -25,6 +25,12 @@ class SupplierListWidget extends CompanyListWidget {
|
||||
}
|
||||
|
||||
|
||||
class ManufacturerListWidget extends CompanyListWidget {
|
||||
@override
|
||||
_CompanyListState createState() => _CompanyListState("Manufacturers", {"is_manufacturer": "true"});
|
||||
}
|
||||
|
||||
|
||||
class CustomerListWidget extends CompanyListWidget {
|
||||
@override
|
||||
_CompanyListState createState() => _CompanyListState("Customers", {"is_customer": "true"});
|
||||
|
Reference in New Issue
Block a user