2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 15:41:10 +00:00

Add function to duplicate stock item

This commit is contained in:
Oliver Walters
2019-04-18 23:28:46 +10:00
parent 05beb26c82
commit 8040ad8a6a
4 changed files with 31 additions and 3 deletions

View File

@@ -102,7 +102,7 @@
{
follow: true,
data: {
copy_part: {{ part.id }},
copy: {{ part.id }},
},
}
);