1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Fixed issue when hiding qty column

This commit is contained in:
Hillel Coren 2015-08-21 14:08:04 +03:00
parent 95fd9a4c1c
commit c33bd1a277
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
"style": "invoiceLineItemsTable",
"table": {
"headerRows": 1,
"widths": ["15%", "*", "auto", "auto", "auto"],
"widths": "$$invoiceLineItemColumns",
"body": "$invoiceLineItems"
},
"layout": {

View File

@ -19,7 +19,7 @@
"style": "invoiceLineItemsTable",
"table": {
"headerRows": 1,
"widths": ["15%", "*", "auto", "auto", "auto"],
"widths": "$$invoiceLineItemColumns",
"body": "$invoiceLineItems"
},
"layout": {