proprio.__slots__ accueille une nouvelle variable
This commit is contained in:
parent
54a8d9c4cb
commit
08cda773b0
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ class InetOrgPerson(CransLdapObject):
|
|||
|
||||
class proprio(CransLdapObject):
|
||||
u""" Un propriétaire de machine (adhérent, club…) """
|
||||
__slots__ = ("_machines", "_factures", "full")
|
||||
__slots__ = ("_machines", "_factures", "full", '_factures_last_update')
|
||||
can_be_by = {
|
||||
variables.created: [
|
||||
attributs.nounou,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue