]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 322acff38fc2354e1ef45d5e5039b8ef5bbe0e05..fca9bb79efd889f35c1d32589bc3c9507afb80c0 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 %]