Typo
This commit is contained in:
parent
4b99950f97
commit
268fe1eb4e
1 changed files with 3 additions and 2 deletions
|
@ -68,7 +68,8 @@ class Dialog(proprio.Dialog):
|
||||||
|
|
||||||
if "cransAccount" in adherent['objectClass']:
|
if "cransAccount" in adherent['objectClass']:
|
||||||
menu_order.extend(menu_compte_crans)
|
menu_order.extend(menu_compte_crans)
|
||||||
menu_order.extend(medu_end)
|
menu_order.extend(menu_end)
|
||||||
|
|
||||||
def box(default_item=None):
|
def box(default_item=None):
|
||||||
choices = []
|
choices = []
|
||||||
for key in menu_order:
|
for key in menu_order:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue