remove dead code

This commit is contained in:
Matthias 2022-03-06 19:52:08 +01:00
parent 36d288fc27
commit 53602c94b7
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

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