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:
parent
9935b0ac47
commit
aa5d928537
@ -86,9 +86,9 @@
|
|||||||
"canvas": [
|
"canvas": [
|
||||||
{
|
{
|
||||||
"type": "rect",
|
"type": "rect",
|
||||||
"x": 76,
|
"x": 60,
|
||||||
"y": 20,
|
"y": 20,
|
||||||
"w": 182,
|
"w": 198,
|
||||||
"h": 30,
|
"h": 30,
|
||||||
"r": 7,
|
"r": 7,
|
||||||
"lineWidth": 1,
|
"lineWidth": 1,
|
||||||
@ -99,7 +99,7 @@
|
|||||||
{
|
{
|
||||||
"style": "subtotalsBalance",
|
"style": "subtotalsBalance",
|
||||||
"table": {
|
"table": {
|
||||||
"widths": ["*", "35%"],
|
"widths": ["*", "45%"],
|
||||||
"body": "$subtotalsBalance"
|
"body": "$subtotalsBalance"
|
||||||
},
|
},
|
||||||
"layout": {
|
"layout": {
|
||||||
|
Loading…
Reference in New Issue
Block a user