mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
JS linting
This commit is contained in:
parent
d56fed3211
commit
c699e208cf
@ -301,7 +301,7 @@ function duplicateStockItem(pk, options) {
|
||||
showAlertOrCache('{% trans "Stock item duplicated" %}', true, {style: 'success'});
|
||||
|
||||
window.location.href = `/stock/item/${response.pk}/`;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
// First, we need the StockItem information
|
||||
|
Loading…
Reference in New Issue
Block a user