mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
js linting
This commit is contained in:
@ -742,7 +742,7 @@ function performStocktake(partId, options={}) {
|
|||||||
part_quantity += item.quantity;
|
part_quantity += item.quantity;
|
||||||
|
|
||||||
if (item.serial && item.quantity == 1) {
|
if (item.serial && item.quantity == 1) {
|
||||||
quantity = `{% trans "Serial" %}: ${item.serial}`
|
quantity = `{% trans "Serial" %}: ${item.serial}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
quantity += stockStatusDisplay(item.status, {classes: 'float-right'});
|
quantity += stockStatusDisplay(item.status, {classes: 'float-right'});
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
makeIconBadge,
|
makeIconBadge,
|
||||||
makeIconButton,
|
makeIconButton,
|
||||||
makeOptionsList,
|
makeOptionsList,
|
||||||
makePartIcons,
|
|
||||||
modalEnable,
|
modalEnable,
|
||||||
modalSetContent,
|
modalSetContent,
|
||||||
modalSetTitle,
|
modalSetTitle,
|
||||||
|
Reference in New Issue
Block a user