1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Fixed problem with bold and modern designs

This commit is contained in:
Hillel Coren 2015-08-26 23:02:46 +03:00
parent c88fb2852b
commit ff0a37f1d8
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
"style": "invoiceLineItemsTable",
"table": {
"headerRows": 1,
"widths": "$$invoiceLineItemColumns",
"widths": "$invoiceLineItemColumns",
"body": "$invoiceLineItems"
},
"layout": {

View File

@ -19,7 +19,7 @@
"style": "invoiceLineItemsTable",
"table": {
"headerRows": 1,
"widths": "$$invoiceLineItemColumns",
"widths": "$invoiceLineItemColumns",
"body": "$invoiceLineItems"
},
"layout": {