report 3-3

This commit is contained in:
alltheworld 2014-03-02 04:28:51 +02:00
parent eb749878c0
commit f13e42f34f

View File

@ -2473,11 +2473,16 @@ function GetReportTemplate3 (invoice,checkMath)
// SetPdfColor('SomeGreen',doc);
doc.setFontType("bold");
doc.text(tableLeft, x, productKey);
doc.setFontType("normal");
SetPdfColor('Black',doc);
doc.text(descriptionLeft, x, notes);
doc.text(costX, x, cost);
doc.text(qtyX, x, qty);
doc.text(totalX, x, lineTotal);