mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +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?
|
// Is the order pending?
|
||||||
var pending = options.status == {{ SalesOrderStatus.PENDING }};
|
var pending = options.status == {{ SalesOrderStatus.PENDING }};
|
||||||
|
|
||||||
// Has the order shipped?
|
|
||||||
var shipped = options.status == {{ SalesOrderStatus.SHIPPED }};
|
|
||||||
// Table columns to display
|
// Table columns to display
|
||||||
var columns = [
|
var columns = [
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user