2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 21:16:46 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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