add etudid in EtatAbsencesGr json

This commit is contained in:
IDK 2021-05-01 20:05:29 +02:00
parent d8a4184547
commit f9ccae1297
1 changed files with 1 additions and 1 deletions

View File

@ -1435,7 +1435,7 @@ class ZAbsences(
gr_tit = p + h
title = "Etat des absences %s" % gr_tit
if format == "xls" or format == "xml":
if format == "xls" or format == "xml" or format == "json":
columns_ids = ["etudid"] + columns_ids
tab = GenTable(
columns_ids=columns_ids,