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:
133c31d
)
Fehlende Umschreibung zu Commit 58966151 gefixt.
author
Thomas Heck
<theck@linet-services.de>
Fri, 7 Sep 2012 15:19:45 +0000
(17:19 +0200)
committer
Thomas Heck
<theck@linet-services.de>
Fri, 7 Sep 2012 15:19:45 +0000
(17:19 +0200)
fix für Commit
5896615180704b3dddba46f4064a47ff1f094c3c
templates/webpages/do/form_header.html
patch
|
blob
|
history
diff --git
a/templates/webpages/do/form_header.html
b/templates/webpages/do/form_header.html
index
198a44f
..
ec1e06e
100644
(file)
--- a/
templates/webpages/do/form_header.html
+++ b/
templates/webpages/do/form_header.html
@@
-154,7
+154,7
@@
[%- END %]
[%- ELSE %]
- [% L.select_tag('shipto_id', ALL_SHIPTO, default = shipto_id, value
= 'shipto_id', title
= 'displayable_id', with_empty = 1, class = 'fixed_width') %]
+ [% L.select_tag('shipto_id', ALL_SHIPTO, default = shipto_id, value
_key = 'shipto_id', title_key
= 'displayable_id', with_empty = 1, class = 'fixed_width') %]
[%- END %]
</td>
</tr>