fix: update total label in PDF generation to "Total HT NET"
This commit is contained in:
parent
cd9dd9348d
commit
e4024168b2
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ class EmailQueue:
|
||||||
|
|
||||||
y -= 0.8 * cm
|
y -= 0.8 * cm
|
||||||
pdf.setFont("Helvetica-Bold", 11)
|
pdf.setFont("Helvetica-Bold", 11)
|
||||||
pdf.drawString(12 * cm, y, "Total HT:")
|
pdf.drawString(12 * cm, y, "Total HT NET:")
|
||||||
pdf.drawString(15 * cm, y, f"{doc.get('total_ht_net') or 0:.2f}€")
|
pdf.drawString(15 * cm, y, f"{doc.get('total_ht_net') or 0:.2f}€")
|
||||||
|
|
||||||
y -= 0.6 * cm
|
y -= 0.6 * cm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue