2
0
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:
Oliver
2024-10-23 12:55:25 +11:00
committed by GitHub
parent bcc991198e
commit 295f733ed9

View File

@ -165,6 +165,7 @@ function supplierPartFields(options={}) {
icon: 'fa-box',
},
pack_quantity: {},
active: {},
};
if (options.part) {