Fixed missing supplier_short_title in the invoice_side.html.twig.

This commit is contained in:
Alexey Skobkin 2020-02-01 03:19:46 +03:00
parent 29524f2aec
commit d8f78d82de
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
<td colspan="3">&nbsp;</td>
</tr>
<tr>
<td colspan="3">{{ t.supplier.short_title }}</td>
<td colspan="3">{{ 'supplier_short_title'|trans(locale) }}</td>
</tr>
<tr>
<td colspan="3">&nbsp;</td>