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
a1c7efb919
commit
41cdbea7f7
@ -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…
x
Reference in New Issue
Block a user