mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
Add "active" field to SupplierPart form (#8341)
- Previously missing from legacy interface
This commit is contained in:
@ -165,6 +165,7 @@ function supplierPartFields(options={}) {
|
||||
icon: 'fa-box',
|
||||
},
|
||||
pack_quantity: {},
|
||||
active: {},
|
||||
};
|
||||
|
||||
if (options.part) {
|
||||
|
Reference in New Issue
Block a user