user profile

parent ac43b1d4
......@@ -337,7 +337,7 @@ def PDFGenerator(request, reporteDir, purchase_id):
pdf.alias_nb_pages()
pdf.add_page()
pdf.set_font('Times', '', 12)
for i in range(1, 41):
for i in range(1, 5):
pdf.imagenes()
path = USERS_PATH + request.user.email + '/' + purchase_id + '/'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment