mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
javascript linting
This commit is contained in:
parent
95e7cc7a5d
commit
05de802d1d
@ -4,15 +4,12 @@
|
|||||||
|
|
||||||
/* globals
|
/* globals
|
||||||
attachSelect,
|
attachSelect,
|
||||||
attachToggle,
|
|
||||||
blankImage,
|
|
||||||
enableField,
|
enableField,
|
||||||
clearField,
|
clearField,
|
||||||
clearFieldOptions,
|
clearFieldOptions,
|
||||||
closeModal,
|
closeModal,
|
||||||
|
constructField,
|
||||||
constructFormBody,
|
constructFormBody,
|
||||||
constructNumberInput,
|
|
||||||
createNewModal,
|
|
||||||
getFormFieldValue,
|
getFormFieldValue,
|
||||||
global_settings,
|
global_settings,
|
||||||
handleFormErrors,
|
handleFormErrors,
|
||||||
@ -326,7 +323,7 @@ function adjustStock(action, items, options={}) {
|
|||||||
var extraFields = {};
|
var extraFields = {};
|
||||||
|
|
||||||
if (specifyLocation) {
|
if (specifyLocation) {
|
||||||
extraFields.location = {};
|
extraFields.location = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
if (action != 'delete') {
|
if (action != 'delete') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user