X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgenerictranslations%2Fedit_sepa_strings.html;h=c974cf79146ce3b9a14513ec8b67419fc03cb9b7;hb=59e3b9a9b52a94beb8b17f38743bc60c4372c401;hp=e9875b0f3d9272b2413d1537e0456744e6d764aa;hpb=3aa5cee2f12c1dff757539b60196bf5e1be0a5d6;p=kivitendo-erp.git diff --git a/templates/webpages/generictranslations/edit_sepa_strings.html b/templates/webpages/generictranslations/edit_sepa_strings.html index e9875b0f3..c974cf791 100644 --- a/templates/webpages/generictranslations/edit_sepa_strings.html +++ b/templates/webpages/generictranslations/edit_sepa_strings.html @@ -29,6 +29,23 @@ [%- END %] + +   + [% 'Remittance information optional Vendor/Customer No postfix' | $T8 %] + + + [%- FOREACH language = LANGUAGES %] + + + [%- IF language.id == 'default' %] + [% 'Default (no language selected)' | $T8 %] + [%- ELSE %] + [%- HTML.escape(language.description) %] + [%- END %] + + + + [%- END %]