mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
js linting
This commit is contained in:
@ -2,21 +2,7 @@
|
||||
{% load inventree_extras %}
|
||||
|
||||
/* globals
|
||||
companyFormFields,
|
||||
constructForm,
|
||||
createSupplierPart,
|
||||
global_settings,
|
||||
imageHoverIcon,
|
||||
inventreeGet,
|
||||
launchModalForm,
|
||||
loadTableFilters,
|
||||
makeIconBadge,
|
||||
purchaseOrderStatusDisplay,
|
||||
receivePurchaseOrderItems,
|
||||
renderLink,
|
||||
salesOrderStatusDisplay,
|
||||
setupFilterList,
|
||||
supplierPartFields,
|
||||
*/
|
||||
|
||||
/* exported
|
||||
@ -29,6 +15,7 @@
|
||||
removePurchaseOrderLineItem,
|
||||
loadOrderTotal,
|
||||
extraLineFields,
|
||||
reloadTotal,
|
||||
*/
|
||||
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
purchaseOrderStatusDisplay,
|
||||
receivePurchaseOrderItems,
|
||||
renderLink,
|
||||
salesOrderStatusDisplay,
|
||||
setupFilterList,
|
||||
supplierPartFields,
|
||||
*/
|
||||
|
@ -4,23 +4,17 @@
|
||||
/* globals
|
||||
companyFormFields,
|
||||
constructForm,
|
||||
createSupplierPart,
|
||||
global_settings,
|
||||
imageHoverIcon,
|
||||
inventreeGet,
|
||||
launchModalForm,
|
||||
loadTableFilters,
|
||||
makeIconBadge,
|
||||
purchaseOrderStatusDisplay,
|
||||
receivePurchaseOrderItems,
|
||||
renderLink,
|
||||
salesOrderStatusDisplay,
|
||||
returnOrderStatusDisplay,
|
||||
setupFilterList,
|
||||
supplierPartFields,
|
||||
*/
|
||||
|
||||
/* exported
|
||||
createReturnOrder,
|
||||
editReturnOrder,
|
||||
loadReturnOrderTable,
|
||||
*/
|
||||
|
||||
|
@ -5,15 +5,12 @@
|
||||
/* globals
|
||||
companyFormFields,
|
||||
constructForm,
|
||||
createSupplierPart,
|
||||
global_settings,
|
||||
imageHoverIcon,
|
||||
inventreeGet,
|
||||
launchModalForm,
|
||||
loadTableFilters,
|
||||
makeIconBadge,
|
||||
purchaseOrderStatusDisplay,
|
||||
receivePurchaseOrderItems,
|
||||
renderLink,
|
||||
salesOrderStatusDisplay,
|
||||
setupFilterList,
|
||||
@ -37,8 +34,6 @@
|
||||
loadSalesOrderShipmentTable,
|
||||
loadSalesOrderTable,
|
||||
orderParts,
|
||||
removeOrderRowFromOrderWizard,
|
||||
removePurchaseOrderLineItem,
|
||||
loadOrderTotal,
|
||||
extraLineFields,
|
||||
*/
|
||||
|
@ -3,7 +3,6 @@
|
||||
{% load inventree_extras %}
|
||||
|
||||
/* globals
|
||||
global_settings
|
||||
*/
|
||||
|
||||
/* exported
|
||||
|
Reference in New Issue
Block a user