From: Jan Büren Date: Tue, 19 Jun 2018 07:33:54 +0000 (+0200) Subject: part-template typo with_empty X-Git-Tag: release-3.5.4~391 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=d6f17d11b9affd401e97c3e79360aa20afb59f1d;p=kivitendo-erp.git part-template typo with_empty --- diff --git a/templates/webpages/part/_basic_data.html b/templates/webpages/part/_basic_data.html index 322acff38..fca9bb79e 100644 --- a/templates/webpages/part/_basic_data.html +++ b/templates/webpages/part/_basic_data.html @@ -151,7 +151,7 @@ [% IF SELF.all_warehouses.size %] [% 'Default Warehouse' | $T8 %] - [% L.select_tag('part.warehouse_id', SELF.all_warehouses, default=SELF.part.warehouse.id, title_key='description', with_empty=>1) %] + [% L.select_tag('part.warehouse_id', SELF.all_warehouses, default=SELF.part.warehouse.id, title_key='description', with_empty=1) %] [% END %]