mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
report fixes
This commit is contained in:
parent
d4b9ad8f72
commit
9af257a278
@ -1160,8 +1160,9 @@ y2=GlobalY;
|
|||||||
x += doc.internal.getFontSize()*2;
|
x += doc.internal.getFontSize()*2;
|
||||||
|
|
||||||
|
|
||||||
|
//alert(invoice.discount!='');
|
||||||
|
|
||||||
if (invoice.discount)
|
if (invoice.discount>0 )
|
||||||
{
|
{
|
||||||
Msg='Discount';
|
Msg='Discount';
|
||||||
var TmpMsgX = MsgRightAlign-(doc.getStringUnitWidth(Msg) * doc.internal.getFontSize());
|
var TmpMsgX = MsgRightAlign-(doc.getStringUnitWidth(Msg) * doc.internal.getFontSize());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user