Browse Source

change name for a real english word.

number_aff_cotisations
grizzly 5 years ago
committed by chirac
parent
commit
aab393c49d
  1. 2
      cotisations/models.py

2
cotisations/models.py

@ -96,7 +96,7 @@ class BaseInvoice(RevMixin, AclMixin, FieldPermissionModelMixin, models.Model):
)
return name
def name_detailled(self):
def name_detailed(self):
"""
Return: a string with the name of the article and the number
of article sold.

Loading…
Cancel
Save