Revision b9a31c96
Von Jan Büren vor mehr als 7 Jahren hinzugefügt
templates/webpages/vk/search_invoice.html | ||
---|---|---|
96 | 96 |
|
97 | 97 |
<tr> |
98 | 98 |
<th align="right">[% 'Partsgroup' | $T8 %]</th> |
99 |
<td>[% P.select_tag("partsgroupd_id", ALL_PARTSGROUPS, title_key="partsgroup", with_empty=1, style=style) %]</td>
|
|
99 |
<td>[% P.select_tag("partsgroup_id", ALL_PARTSGROUPS, title_key="partsgroup", with_empty=1, style=style) %]</td> |
|
100 | 100 |
<td align="right" nowrap>[% 'Country' | $T8 %]</td> |
101 | 101 |
<td>[% P.input_tag("country", "", style=style) %]</td> |
102 | 102 |
</tr> |
Auch abrufbar als: Unified diff
Verkaufsbericht: typo beim refactoren gefixt