2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 19:20:55 +00:00

Remove unused field (#9908)

This commit is contained in:
Oliver
2025-06-30 13:49:52 +10:00
committed by GitHub
parent 1abf9b30dd
commit 67a5e4880e

View File

@ -138,10 +138,6 @@ export function useBuildOrderFields({
external: {}
};
if (create) {
fields.create_child_builds = {};
}
if (!globalSettings.isSet('PROJECT_CODES_ENABLED', true)) {
delete fields.project_code;
}