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

Merged
viennet merged 1 commits from jmplace/ScoDoc-Lille:fix_import_photos into master 2021-08-21 10:14:08 +02:00
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)