add REQUEST parameter (fix VG bug 21/08 08:23)

This commit is contained in:
Jean-Marie Place 2021-08-21 09:27:54 +02:00
parent 494f84d4f2
commit bd1603e829
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,7 @@ def photos_generate_excel_sample(group_ids=[], REQUEST=None):
"photo_filename",
],
extra_cols=["fichier_photo"],
REQUEST=REQUEST,
)
return sco_excel.send_excel_file(REQUEST, data, "ImportPhotos" + scu.XLSX_SUFFIX)