2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Fixes for unit tests

This commit is contained in:
Oliver
2021-10-06 08:56:24 +11:00
parent 758e402a66
commit 95e7cc7a5d
5 changed files with 120 additions and 126 deletions

View File

@ -372,7 +372,7 @@
{
success: function(items) {
adjustStock(action, items, {
onSuccess: function() {
success: function() {
location.reload();
}
});