Verkaufsbericht: typo beim refactoren gefixt
authorJan Büren <jan@kivitendo-premium.de>
Thu, 14 Sep 2017 10:44:49 +0000 (12:44 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Thu, 14 Sep 2017 10:44:49 +0000 (12:44 +0200)
templates/webpages/vk/search_invoice.html

index 7d5b0eb..fb38257 100644 (file)
@@ -96,7 +96,7 @@
 
     <tr>
       <th align="right">[% 'Partsgroup' | $T8 %]</th>
-      <td>[% P.select_tag("partsgroupd_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>