Die Variable zum Speichern des Preisfaktors heisst "price_factor_id".
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 20 Jan 2009 15:57:45 +0000 (15:57 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 20 Jan 2009 15:57:45 +0000 (15:57 +0000)
templates/webpages/ic/form_header_de.html
templates/webpages/ic/form_header_master.html

index 1496be7..85aafbe 100644 (file)
            <th align="right">Preisfaktor</th>
            <td>
             [%- INCLUDE generic/multibox.html
-                  name       = 'price_factors_id',
+                  name       = 'price_factor_id',
                   DATA       = ALL_PRICE_FACTORS,
                   show_empty = 1,
                   id_key     = 'id',
index 8a1c20d..22af9c9 100644 (file)
            <th align="right"><translate>Price Factor</translate></th>
            <td>
             [%- INCLUDE generic/multibox.html
-                  name       = 'price_factors_id',
+                  name       = 'price_factor_id',
                   DATA       = ALL_PRICE_FACTORS,
                   show_empty = 1,
                   id_key     = 'id',