mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
JS linting
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user