forked from ScoDoc/ScoDoc
file suffix
This commit is contained in:
parent
72d5904c4c
commit
7372a953fa
@ -319,5 +319,4 @@ def feuille_preparation_jury(context, formsemestre_id, REQUEST):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
xls = ws.generate_standalone()
|
xls = ws.generate_standalone()
|
||||||
|
return sco_excel.send_excel_file(REQUEST, xls, f"PrepaJury{sn}{scu.XLSX_SUFFIX}")
|
||||||
return sco_excel.send_excel_file(REQUEST, xls, "PrepaJury%s.xlsx" % sn)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user