Translation in reports

This commit is contained in:
Raphael Michel
2016-11-09 12:08:53 +01:00
parent f25aef5c3c
commit 38c4bd454e
4 changed files with 480 additions and 394 deletions

View File

@@ -304,7 +304,7 @@ class OrderTaxListReport(Report):
] + sum(([str(t) + ' %', ''] for t in tax_rates), []),
[
'', '', '', '', ''
] + sum(([_('Gross'), 'Tax'] for t in tax_rates), []),
] + sum(([_('Gross'), _('Tax')] for t in tax_rates), []),
]
qs = OrderPosition.objects.filter(