From d6f17d11b9affd401e97c3e79360aa20afb59f1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Tue, 19 Jun 2018 09:33:54 +0200 Subject: [PATCH] part-template typo with_empty --- templates/webpages/part/_basic_data.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %] -- 2.20.1