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