taxzone_id wird nicht aktualisiert wenn disabled.
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 20 Nov 2009 13:57:44 +0000 (14:57 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 20 Nov 2009 13:57:44 +0000 (14:57 +0100)
Fix für Bug 1260.

templates/webpages/is/form_header_de.html
templates/webpages/is/form_header_master.html

index f519ce2..3a9589e 100644 (file)
                  readonly   = (id ? 1 : 0)
                  label_key  = 'description' -%]
           </td>
+  [%- IF id %]
+          <input type='hidden' name='taxzone_id' value='[% taxzone_id %]'>
+  [%- END %]
         </tr>
 [%- IF all_departments %]
         <tr>
index 1c016cd..2a44ce3 100644 (file)
                  readonly   = (id ? 1 : 0)
                  label_key  = 'description' -%]
           </td>
+  [%- IF id %]
+          <input type='hidden' name='taxzone_id' value='[% taxzone_id %]'>
+  [%- END %]
         </tr>
 [%- IF all_departments %]
         <tr>