X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Ftax_constraints.html;h=52e02b4f789b873ff6e430aebf706bc60514f3b5;hb=1cc65ebc086c1821dfcd08bcc97f8b6255dcec65;hp=085e9fb15c7f86b5f9bd04b97b5629fb1a813d4e;hpb=067e94571b0f00cbb77c6b6fbeb1ed5e1e31402e;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/tax_constraints.html b/templates/webpages/dbupgrade/tax_constraints.html index 085e9fb15..52e02b4f7 100644 --- a/templates/webpages/dbupgrade/tax_constraints.html +++ b/templates/webpages/dbupgrade/tax_constraints.html @@ -16,7 +16,7 @@ [% 'tax_taxdescription' | $T8 %] [% 'tax_rate' | $T8 %] - + [% SET row_odd = '1' %][% FOREACH row = TAX %] [% HTML.escape(row.taxkey) %] @@ -25,9 +25,9 @@ [% END %] - + [% END %] - + [% IF taxkey_is_null %]

[% 'There are entries in tax where taxkey is NULL.' | $T8 %]

[% 'Please define a taxkey for the following taxes and run the update again:' | $T8 %]

@@ -38,7 +38,7 @@ [% 'taxnumber' | $T8 %] [% 'account_description' | $T8 %] - + [% SET row_odd = '1' %][% FOREACH row = TAX %] [% HTML.escape(row.taxdescription) %] @@ -48,6 +48,6 @@ [% END %] - + [% END %]