X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Ftax_constraints.html;h=70629809917ff585c2c937bff9109d7aa9969157;hb=3fa7a7a8e245681454e2bf11be50b4c305900511;hp=085e9fb15c7f86b5f9bd04b97b5629fb1a813d4e;hpb=6061749dc0ece2873ef61a0c14af1b8a9e46034a;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/tax_constraints.html b/templates/webpages/dbupgrade/tax_constraints.html index 085e9fb15..706298099 100644 --- a/templates/webpages/dbupgrade/tax_constraints.html +++ b/templates/webpages/dbupgrade/tax_constraints.html @@ -1,5 +1,6 @@ [%- USE T8 %] -[% USE HTML %]
[% 'Inconsistency in database' | $T8 %]
+[% USE HTML %] +

[% 'Inconsistency in database' | $T8 %]

@@ -16,7 +17,7 @@ [% 'tax_taxdescription' | $T8 %] [% 'tax_rate' | $T8 %] - + [% SET row_odd = '1' %][% FOREACH row = TAX %] [% HTML.escape(row.taxkey) %] @@ -25,9 +26,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 +39,7 @@ [% 'taxnumber' | $T8 %] [% 'account_description' | $T8 %] - + [% SET row_odd = '1' %][% FOREACH row = TAX %] [% HTML.escape(row.taxdescription) %] @@ -48,6 +49,6 @@ [% END %] - + [% END %]