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

Copy notes (#5546)

* Add option to copy notes when duplicating a part

* Update front-end forms
This commit is contained in:
Oliver
2023-09-15 14:52:47 +10:00
committed by GitHub
parent 9deec91ec2
commit 17d227443d
2 changed files with 13 additions and 0 deletions

View File

@ -275,6 +275,10 @@ function partFields(options={}) {
value: global_settings.PART_COPY_BOM,
};
fields.duplicate__copy_notes = {
value: true,
}
fields.duplicate__copy_parameters = {
value: global_settings.PART_COPY_PARAMETERS,
};