2
0
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:
Matthias
2022-03-06 19:52:08 +01:00
parent 36d288fc27
commit 53602c94b7

View File

@ -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 = [
/*