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

Fix behaviour on deleting parent stock item

This commit is contained in:
Oliver
2021-12-21 01:03:37 +11:00
parent 552ca8e5c4
commit fcb2bb2a46
3 changed files with 23 additions and 2 deletions

View File

@ -867,7 +867,7 @@ function mergeStockItems(items, options={}) {
}
}
}
)
);
}
});
}