From bd1603e8298591c1167e609e85c76f9ca558043e Mon Sep 17 00:00:00 2001 From: Place Jean-Marie Date: Sat, 21 Aug 2021 09:27:54 +0200 Subject: [PATCH] add REQUEST parameter (fix VG bug 21/08 08:23) --- app/scodoc/sco_trombino.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/scodoc/sco_trombino.py b/app/scodoc/sco_trombino.py index b1b6ac99..455278d5 100644 --- a/app/scodoc/sco_trombino.py +++ b/app/scodoc/sco_trombino.py @@ -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)