Fixed issue when hiding qty column
This commit is contained in:
parent
95fd9a4c1c
commit
c33bd1a277
|
|
@ -44,7 +44,7 @@
|
||||||
"style": "invoiceLineItemsTable",
|
"style": "invoiceLineItemsTable",
|
||||||
"table": {
|
"table": {
|
||||||
"headerRows": 1,
|
"headerRows": 1,
|
||||||
"widths": ["15%", "*", "auto", "auto", "auto"],
|
"widths": "$$invoiceLineItemColumns",
|
||||||
"body": "$invoiceLineItems"
|
"body": "$invoiceLineItems"
|
||||||
},
|
},
|
||||||
"layout": {
|
"layout": {
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"style": "invoiceLineItemsTable",
|
"style": "invoiceLineItemsTable",
|
||||||
"table": {
|
"table": {
|
||||||
"headerRows": 1,
|
"headerRows": 1,
|
||||||
"widths": ["15%", "*", "auto", "auto", "auto"],
|
"widths": "$$invoiceLineItemColumns",
|
||||||
"body": "$invoiceLineItems"
|
"body": "$invoiceLineItems"
|
||||||
},
|
},
|
||||||
"layout": {
|
"layout": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue