2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Allow duplication of subtitute parts when copying a BOM

This commit is contained in:
Oliver
2022-03-02 00:31:50 +11:00
parent f585ee6db7
commit 5dc543618e
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: {},
},