X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/62f2141002f5b8c11fa9d881473fd3bc469b4eef..b30eacc6bbc6f:/templates/webpages/part/_basic_data.html?ds=sidebyside 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 %]