mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add view for list of manufacturers
This commit is contained in:
parent
83ac6041cb
commit
7a7fc84ffe
2 changed files with 19 additions and 1 deletions
|
|
@ -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"});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue