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

Fix for amount wrapping

This commit is contained in:
Hillel Coren 2017-08-23 21:24:18 +03:00
parent 9935b0ac47
commit aa5d928537

View File

@ -86,9 +86,9 @@
"canvas": [
{
"type": "rect",
"x": 76,
"x": 60,
"y": 20,
"w": 182,
"w": 198,
"h": 30,
"r": 7,
"lineWidth": 1,
@ -99,7 +99,7 @@
{
"style": "subtotalsBalance",
"table": {
"widths": ["*", "35%"],
"widths": ["*", "45%"],
"body": "$subtotalsBalance"
},
"layout": {