report fixes
This commit is contained in:
parent
a1c7efb919
commit
41cdbea7f7
1 changed files with 2 additions and 2 deletions
|
|
@ -965,12 +965,12 @@ y2=GlobalY;
|
|||
doc.text(costX, tableTop, 'Unit Cost');
|
||||
doc.text(qtyX, tableTop, 'Quantity');
|
||||
doc.text(totalX, tableTop, 'Line Total');
|
||||
doc.setFontType("normal");
|
||||
|
||||
if (hasTaxes)
|
||||
{
|
||||
doc.text(taxX, tableTop, 'Tax');
|
||||
}
|
||||
|
||||
doc.setFontType("normal");
|
||||
|
||||
doc.setFontSize(7);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue