part-template typo with_empty
authorJan Büren <jan@kivitendo-premium.de>
Tue, 19 Jun 2018 07:33:54 +0000 (09:33 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Tue, 19 Jun 2018 07:33:54 +0000 (09:33 +0200)
templates/webpages/part/_basic_data.html

index 322acff..fca9bb7 100644 (file)
           [% IF SELF.all_warehouses.size %]
           <tr>
            <th align="right" nowrap="true">[% 'Default Warehouse' | $T8 %]</th>
-           <td>[% L.select_tag('part.warehouse_id', SELF.all_warehouses, default=SELF.part.warehouse.id, title_key='description', with_empty=>1) %]
+           <td>[% L.select_tag('part.warehouse_id', SELF.all_warehouses, default=SELF.part.warehouse.id, title_key='description', with_empty=1) %]
            </td>
           </tr>
           [% END %]