summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2013-04-19 13:41:17 +0000
committerMagnus Hagander2013-04-19 13:41:17 +0000
commita01fbc87b9f1d010bfee8f370fa64ba66d92e80d (patch)
treec49459af3a3ef07aec49d56a1b4671aa73fc015b
parent8519003694a20bc42c49a9cf5f1b29ebb7034b91 (diff)
Include the 1901 information on receipts as well
Just not the bank transfer information
-rwxr-xr-xpostgresqleu/util/misc/invoice.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/postgresqleu/util/misc/invoice.py b/postgresqleu/util/misc/invoice.py
index 1c650024..3095865e 100755
--- a/postgresqleu/util/misc/invoice.py
+++ b/postgresqleu/util/misc/invoice.py
@@ -142,7 +142,8 @@ FRANCE
IBAN: FR76 3000 4001 6200 0100 7536 333
BIC: BNPAFRPPBBT
""")
- self.canvas.drawText(t)
+
+ self.canvas.drawText(t)
self.canvas.showPage()