SL::Template::Plugin::L::select_tag und SL::Template::Plugin::L::options_for_select...
[kivitendo-erp.git] / templates / webpages / io / ship_to.html
index 516460b..318a5eb 100644 (file)
@@ -57,7 +57,7 @@
     <th align="right" nowrap>[% LxERP.t8('Gender') %]</th>
     <td></td>
     <td>
-     [% L.select_tag("shiptocp_gender", L.options_for_select([ [ "m", LxERP.t8("male") ], [ "f", LxERP.t8("female") ] ], "default", shiptocp_gender)) %]
+     [% L.select_tag('shiptocp_gender', [ [ 'm', LxERP.t8('male') ], [ 'f', LxERP.t8('female') ] ], 'default' = shiptocp_gender) %]
     </td>
    </tr>
    <tr>