From aab393c49df04729d3ab4886da6bdc97a2bfed73 Mon Sep 17 00:00:00 2001 From: grizzly Date: Mon, 21 Sep 2020 16:46:31 +0200 Subject: [PATCH] change name for a real english word. --- cotisations/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.