gest_crans_lc: fonction adh-related in adherent.py
This commit is contained in:
parent
7838057814
commit
64daf7afe1
2 changed files with 4 additions and 5 deletions
|
@ -111,6 +111,10 @@ class Dialog(proprio.Dialog):
|
|||
codes_todo=[([self.dialog.DIALOG_OK], todo, [tag, menu, adherent, cont_ret])]
|
||||
)
|
||||
|
||||
def modif_adherent_attributs(self, adherent, attr, cont):
|
||||
"""Juste un raccourci vers edit_attributs spécifique aux adherents"""
|
||||
return self.edit_attributs(obj=adherent, update_obj='adherent', attr=attr, title="Modification de %s %s" % (adherent['prenom'][0], adherent['nom'][0]), cont=cont)
|
||||
|
||||
def adherent_administratif(self, cont, adherent, default_item=None):
|
||||
"""Menu de gestion du compte crans d'un proprio"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue