]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/is/form_header.html
Bugfix 1752: - Rechnung -> Druckvorschau ignoriert Änderung des Steuersatz beim Beleg
[mfinanz.git] / templates / webpages / is / form_header.html
index 77133a805603af721c93a146819d4439e6f42c3c..34b340cc279230aac8b4895ba5b44bf9f31c747d 100644 (file)
@@ -96,7 +96,7 @@
         <tr>
           <th align="right">[% 'Steuersatz' | $T8 %]</th>
           <td>
-            [% L.select_tag('taxzone_id', L.options_for_select(ALL_TAXZONES, default=taxzone_id, title='description'), readonly=(id ? 1 : 0), style='width: 250px') %]
+            [% L.select_tag('taxzone_id', L.options_for_select(ALL_TAXZONES, default=taxzone_id, title='description'), readonly=(id ? 1 : 0), style='width: 250px', onchange="document.getElementById('update_button').click();") %]
           </td>
   [%- IF id %]
           <input type='hidden' name='taxzone_id' value='[% taxzone_id %]'>