projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaa8864
)
part-template typo with_empty
author
Jan Büren
<jan@kivitendo-premium.de>
Tue, 19 Jun 2018 07:33:54 +0000
(09:33 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Tue, 19 Jun 2018 07:33:54 +0000
(09:33 +0200)
templates/webpages/part/_basic_data.html
patch
|
blob
|
history
diff --git
a/templates/webpages/part/_basic_data.html
b/templates/webpages/part/_basic_data.html
index
322acff
..
fca9bb7
100644
(file)
--- a/
templates/webpages/part/_basic_data.html
+++ b/
templates/webpages/part/_basic_data.html
@@
-151,7
+151,7
@@
[% 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 %]