X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Ftax_constraints.html;h=70629809917ff585c2c937bff9109d7aa9969157;hb=a8ecfbb0134f03021e21bfaef6bfd56a7fe0d626;hp=085e9fb15c7f86b5f9bd04b97b5629fb1a813d4e;hpb=5ac0b1b2cb0b120d0421acd6355a31e376885646;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 %]