Skip to content

Commit

Permalink
Add "active" field to SupplierPart form (#8341) (#8342)
Browse files Browse the repository at this point in the history
- Previously missing from legacy interface

(cherry picked from commit 295f733)

Co-authored-by: Oliver <[email protected]>
  • Loading branch information
github-actions[bot] and SchrodingersGat authored Oct 23, 2024
1 parent fab846e commit 7babef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/InvenTree/templates/js/translated/company.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ function supplierPartFields(options={}) {
icon: 'fa-box',
},
pack_quantity: {},
active: {},
};

if (options.part) {
Expand Down

0 comments on commit 7babef0

Please sign in to comment.