placement_group_size_control #2

Closed
jmplace wants to merge 150 commits from placement_group_size_control into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f18a9c7559 - Show all commits

View File

@ -1260,7 +1260,7 @@ def XMLgetBilletsEtud(etudid=False, REQUEST=None):
def listeBillets(REQUEST=None):
"""Page liste des billets non traités et formulaire recherche d'un billet"""
cnx = ndb.GetDBConnexion()
billets = sco_abs.billet_absence_list(cnx, {"etat": 0})
billets = sco_abs.billet_absence_list(cnx, {"etat": False})
tab = _tableBillets(billets)
T = tab.html()
H = [

View File

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