[attributs, objets, lc_ldap] Création de factures

This commit is contained in:
Valentin Samir 2013-10-11 18:46:26 +02:00
parent f7036290d5
commit ba3898f26d
3 changed files with 15 additions and 3 deletions

View file

@ -930,7 +930,8 @@ class facture(CransLdapObject):
variables.modified: [attributs.nounou, attributs.bureau, attributs.cableur],
variables.deleted: [attributs.nounou, attributs.bureau, attributs.cableur],
}
attribs = [attributs.fid, attributs.modePaiement, attributs.recuPaiement]
attribs = [attributs.fid, attributs.modePaiement, attributs.recuPaiement,
attributs.historique, attributs.article]
ldap_name = "facture"
@crans_object