This commit is contained in:
Emmanuel Viennet 2021-08-21 10:14:28 +02:00
commit 3254093b95

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)