[FIX] Typo

This commit is contained in:
Stepan Savelyev 2020-07-08 23:49:44 +05:00
parent 2db68a11e0
commit b24dc4b928

View File

@ -119,7 +119,7 @@ class ContractOrderAnnex(models.Model, IDocument, Extension):
def get_name_by_document_template(self, document_template_id):
return (
{
"bill": "{name}";
"bill": "{name}",
"specification": "{counter} {name}",
"approval_list": "{counter}.1 {name}-1",
"act_at": "{counter}.2 {name}-2",