2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 03:26:45 +00:00

Add "active" field to SupplierPart form (#8341) (#8342)

- Previously missing from legacy interface

(cherry picked from commit 295f733ed9060caf3f945a63efeb1056a8542339)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot] 2024-10-23 13:07:08 +11:00 committed by GitHub
parent fab846e3cc
commit 7babef098a
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',
},
pack_quantity: {},
active: {},
};
if (options.part) {