[attributs, objets, lc_ldap] Création de factures
This commit is contained in:
parent
f7036290d5
commit
ba3898f26d
3 changed files with 15 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue