Pflichtenhefte: Aktualisieren von Angeboten/Aufträgen
[kivitendo-erp.git] / templates / webpages / dbupgrade / tax_constraints.html
index 085e9fb..52e02b4 100644 (file)
@@ -16,7 +16,7 @@
       <th class="listheading">[% 'tax_taxdescription' | $T8 %]</th>
       <th class="listheading">[% 'tax_rate' | $T8 %]</th>
     </tr>
-  
+
     [% SET row_odd = '1' %][% FOREACH row = TAX %]
     <tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]">
       <td align="right">[% HTML.escape(row.taxkey) %]</td>
@@ -25,9 +25,9 @@
     </tr>
     [% END %]
   </table>
-  
+
 [% END %]
-  
+
 [% IF taxkey_is_null %]
   <p>[% 'There are entries in tax where taxkey is NULL.' | $T8 %]</p>
   <p>[% 'Please define a taxkey for the following taxes and run the update again:' | $T8 %]</p>
@@ -38,7 +38,7 @@
       <th class="listheading">[% 'taxnumber' | $T8 %]</th>
       <th class="listheading">[% 'account_description' | $T8 %]</th>
     </tr>
-  
+
     [% SET row_odd = '1' %][% FOREACH row = TAX %]
     <tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]">
       <td align="left"> [% HTML.escape(row.taxdescription) %]</a></td>
@@ -48,6 +48,6 @@
     </tr>
     [% END %]
   </table>
-  
+
 [% END %]
 </form>