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:
25b32e7
)
Fehler: 'Can't locate object method "id" via package "SL:B::Contact"' in Lieferschein...
author
Thomas Heck
<theck@linet-services.de>
Wed, 12 Sep 2012 09:15:37 +0000
(11:15 +0200)
committer
Thomas Heck
<theck@linet-services.de>
Wed, 12 Sep 2012 09:15:37 +0000
(11:15 +0200)
aus 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
b9c1d69
..
aeb0873
100644
(file)
--- a/
templates/webpages/do/form_header.html
+++ b/
templates/webpages/do/form_header.html
@@
-139,7
+139,7
@@
[%- HTML.escape(row.cp_name) %][%- IF row.cp_abteilung %] ([% HTML.escape(row.cp_abteilung) %])[% END -%]
[%- END %]
[%- ELSE %]
- [% L.select_tag('cp_id', ALL_CONTACTS, default = cp_id, value
= 'cp_id', title
= 'full_name_dep', with_empty = 1, style='width: 250px') %]
+ [% L.select_tag('cp_id', ALL_CONTACTS, default = cp_id, value
_key = 'cp_id', title_key
= 'full_name_dep', with_empty = 1, style='width: 250px') %]
[%- END %]
</td>
</tr>