forked from ScoDoc/ScoDoc
add REQUEST parameter (fix VG bug 21/08 08:23)
This commit is contained in:
parent
494f84d4f2
commit
bd1603e829
@ -481,6 +481,7 @@ def photos_generate_excel_sample(group_ids=[], REQUEST=None):
|
|||||||
"photo_filename",
|
"photo_filename",
|
||||||
],
|
],
|
||||||
extra_cols=["fichier_photo"],
|
extra_cols=["fichier_photo"],
|
||||||
|
REQUEST=REQUEST,
|
||||||
)
|
)
|
||||||
return sco_excel.send_excel_file(REQUEST, data, "ImportPhotos" + scu.XLSX_SUFFIX)
|
return sco_excel.send_excel_file(REQUEST, data, "ImportPhotos" + scu.XLSX_SUFFIX)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user