2015-02-14 4 views

ответ

1

аддоны \ Отчет \ Контроллеры \ main.py Line: 127

response.headers.add('Content-Disposition', 'attachment; filename=%s.pdf;' % reportname) 

изменение

invoicename="ma_facture" #create a variable you can add date for example stfftime("%d-%m-%Y") 
response.headers.add('Content-Disposition', 'attachment; filename=%s.pdf;' % invoicename) 
Смежные вопросы