mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove dead code
This commit is contained in:
parent
36d288fc27
commit
53602c94b7
@ -2841,8 +2841,6 @@ function loadSalesOrderAdditionalLineItemTable(table, options={}) {
|
||||
// Is the order pending?
|
||||
var pending = options.status == {{ SalesOrderStatus.PENDING }};
|
||||
|
||||
// Has the order shipped?
|
||||
var shipped = options.status == {{ SalesOrderStatus.SHIPPED }};
|
||||
// Table columns to display
|
||||
var columns = [
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user