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:
b0ad9e1
)
Verkaufsbericht: typo beim refactoren gefixt
author
Jan Büren
<jan@kivitendo-premium.de>
Thu, 14 Sep 2017 10:44:49 +0000
(12:44 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Thu, 14 Sep 2017 10:44:49 +0000
(12:44 +0200)
templates/webpages/vk/search_invoice.html
patch
|
blob
|
history
diff --git
a/templates/webpages/vk/search_invoice.html
b/templates/webpages/vk/search_invoice.html
index
7d5b0eb
..
fb38257
100644
(file)
--- a/
templates/webpages/vk/search_invoice.html
+++ b/
templates/webpages/vk/search_invoice.html
@@
-96,7
+96,7
@@
<tr>
<th align="right">[% 'Partsgroup' | $T8 %]</th>
- <td>[% P.select_tag("partsgroup
d
_id", ALL_PARTSGROUPS, title_key="partsgroup", with_empty=1, style=style) %]</td>
+ <td>[% P.select_tag("partsgroup_id", ALL_PARTSGROUPS, title_key="partsgroup", with_empty=1, style=style) %]</td>
<td align="right" nowrap>[% 'Country' | $T8 %]</td>
<td>[% P.input_tag("country", "", style=style) %]</td>
</tr>