mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-24 04:13:12 +00:00
change name for a real english word.
This commit is contained in:
parent
777621fcec
commit
aab393c49d
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class BaseInvoice(RevMixin, AclMixin, FieldPermissionModelMixin, models.Model):
|
||||||
)
|
)
|
||||||
return name
|
return name
|
||||||
|
|
||||||
def name_detailled(self):
|
def name_detailed(self):
|
||||||
"""
|
"""
|
||||||
Return: a string with the name of the article and the number
|
Return: a string with the name of the article and the number
|
||||||
of article sold.
|
of article sold.
|
||||||
|
|
Loading…
Reference in a new issue