Adding missing service quality agreement to the invoice_side.html.twig.
This commit is contained in:
parent
aaf897c87e
commit
a5a58b9892
|
@ -108,6 +108,14 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3"> </td>
|
<td colspan="3"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="3">
|
||||||
|
{{ 'label_service_quality_agreement'|trans(locale) }}
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="3"> </td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td height="50px">{{ 'label_signature'|trans(locale) }}</td>
|
<td height="50px">{{ 'label_signature'|trans(locale) }}</td>
|
||||||
<td colspan="2" valign="bottom">
|
<td colspan="2" valign="bottom">
|
||||||
|
|
|
@ -17,6 +17,7 @@ label_supplier_bank_address: 'Адрес'
|
||||||
label_swift: 'SWIFT'
|
label_swift: 'SWIFT'
|
||||||
label_supplier_corr_bank: 'Банк-посредник'
|
label_supplier_corr_bank: 'Банк-посредник'
|
||||||
label_signature: 'Подпись'
|
label_signature: 'Подпись'
|
||||||
|
label_service_quality_agreement: 'Оплата данного счета подтверждает факт согласия обеих сторон о количестве и качестве оказанных услуг.'
|
||||||
|
|
||||||
# Generic data
|
# Generic data
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,8 @@ label_supplier_bank: 'Beneficiary bank'
|
||||||
label_supplier_bank_address: 'Bank address'
|
label_supplier_bank_address: 'Bank address'
|
||||||
label_swift: 'SWIFT'
|
label_swift: 'SWIFT'
|
||||||
label_supplier_corr_bank: 'Correspondent Bank'
|
label_supplier_corr_bank: 'Correspondent Bank'
|
||||||
label_signature: 'Подпис'
|
label_signature: 'Signature'
|
||||||
|
label_service_quality_agreement: 'Payment of this invoice confirms the fact of agreement of both parties on the quantity and quality of services rendered.'
|
||||||
|
|
||||||
# Generic data
|
# Generic data
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue