n'interroge plus le service portail qand on demande les listes avec codes

This commit is contained in:
Emmanuel Viennet 2021-10-03 17:31:03 +02:00
parent bc112efd76
commit dd8a07ef64
2 changed files with 2 additions and 2 deletions

View File

@ -489,7 +489,7 @@ def groups_table(
columns_ids += ["etape", "etudid", "code_nip", "code_ine"]
if with_paiement:
columns_ids += ["datefinalisationinscription_str", "paiementinscription_str"]
if with_paiement or with_codes:
if with_paiement: # or with_codes:
sco_portal_apogee.check_paiement_etuds(groups_infos.members)
if with_archives:
from app.scodoc import sco_archives_etud

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.0.45"
SCOVERSION = "9.0.46"
SCONAME = "ScoDoc"