mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
remove dead code
This commit is contained in:
@ -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 = [
|
||||
/*
|
||||
|
Reference in New Issue
Block a user