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:
@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user