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'});
|
showAlertOrCache('{% trans "Stock item duplicated" %}', true, {style: 'success'});
|
||||||
|
|
||||||
window.location.href = `/stock/item/${response.pk}/`;
|
window.location.href = `/stock/item/${response.pk}/`;
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// First, we need the StockItem information
|
// First, we need the StockItem information
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue