mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Fix paperwork printing
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import io as StringIO
|
||||
import datetime
|
||||
import re
|
||||
|
||||
@@ -72,7 +71,6 @@ class InvoicePrint(generic.View):
|
||||
}
|
||||
|
||||
rml = template.render(context)
|
||||
buffer = StringIO.StringIO()
|
||||
|
||||
buffer = rml2pdf.parseString(rml)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user