report fixes
This commit is contained in:
parent
d4b9ad8f72
commit
9af257a278
1 changed files with 2 additions and 1 deletions
|
|
@ -1160,8 +1160,9 @@ y2=GlobalY;
|
|||
x += doc.internal.getFontSize()*2;
|
||||
|
||||
|
||||
//alert(invoice.discount!='');
|
||||
|
||||
if (invoice.discount)
|
||||
if (invoice.discount>0 )
|
||||
{
|
||||
Msg='Discount';
|
||||
var TmpMsgX = MsgRightAlign-(doc.getStringUnitWidth(Msg) * doc.internal.getFontSize());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue