Code: Select all
core_supplier_editor.js:2264 Uncaught (in promise) ReferenceError: aSupp is not defined
at core_supplier_editor.js:2264:76
at Array.find (<anonymous>)
at initSupplierEditorTab (core_supplier_editor.js:2264:54)
at core_supplier_editor.js:4082:9
Code: Select all
currentSupplier = supplierJSON[ 'suppliers'].find(aUpp => aSupp.id == initialSupplierId);
Code: Select all
currentSupplier = supplierJSON[ 'suppliers'].find(aSupp => aSupp.id == supplierId);