2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Merge pull request #2699 from SchrodingersGat/duplicate-bom-subs

Allow duplication of subtitute parts when copying a BOM
This commit is contained in:
Oliver
2022-03-02 21:50:18 +11:00
committed by GitHub
3 changed files with 25 additions and 0 deletions

View File

@ -474,6 +474,7 @@ function duplicateBom(part_id, options={}) {
}
},
include_inherited: {},
copy_substitutes: {},
remove_existing: {},
skip_invalid: {},
},