[printing] Affichage des liste de machines et factures sur un proprio
en même temps, on met une fonction pour lister les adherents. Je ne suis pas trop satisfait de ces fonctions de listing, mais je ne vois pas vraiement comment faire autrement.
This commit is contained in:
parent
3cf36346ab
commit
8bbcc3b035
3 changed files with 69 additions and 6 deletions
|
@ -71,4 +71,4 @@ def human_to_list(data):
|
|||
return collapse(toprefix(prioritize(pypexpr().parseString("(%s)" % data).asList())))
|
||||
|
||||
def human_to_ldap(data):
|
||||
return "(%s)" % toldapfilter(human_to_list(data))
|
||||
return u"(%s)" % toldapfilter(human_to_list(data))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue