diff --git a/cotisations/models.py b/cotisations/models.py index 531b9672..5cc4d10a 100644 --- a/cotisations/models.py +++ b/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.