From 7babef098ab1c836f9309979d32063626fcb73ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:07:08 +1100 Subject: [PATCH] Add "active" field to SupplierPart form (#8341) (#8342) - Previously missing from legacy interface (cherry picked from commit 295f733ed9060caf3f945a63efeb1056a8542339) Co-authored-by: Oliver --- src/backend/InvenTree/templates/js/translated/company.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/InvenTree/templates/js/translated/company.js b/src/backend/InvenTree/templates/js/translated/company.js index a008da2041..ac822b0436 100644 --- a/src/backend/InvenTree/templates/js/translated/company.js +++ b/src/backend/InvenTree/templates/js/translated/company.js @@ -165,6 +165,7 @@ function supplierPartFields(options={}) { icon: 'fa-box', }, pack_quantity: {}, + active: {}, }; if (options.part) {