Skip to content

Commit

Permalink
Add "active" field to SupplierPart form (#8341)
Browse files Browse the repository at this point in the history
- Previously missing from legacy interface
  • Loading branch information
SchrodingersGat authored Oct 23, 2024
1 parent bcc9911 commit 295f733
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 295f733

Please sign in to comment.