Benennung: Group gibt es nicht mehr und ist immer Partsgroup
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 8 Dec 2016 15:46:10 +0000 (16:46 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 8 Dec 2016 15:46:10 +0000 (16:46 +0100)
templates/webpages/order/tabs/_multi_items_dialog.html
templates/webpages/part/_multi_assortments_dialog.html
templates/webpages/part/_multi_items_dialog.html

index fcfee00..d1514e0 100644 (file)
@@ -6,7 +6,7 @@
   <tr>
     <th>[%- LxERP.t8("Description") %]/[%- LxERP.t8("Partnumber") %]:</th>
     <td>[%- L.input_tag('multi_items.filter.all:substr:multi::ilike', '') %]</td>
-    <th>[%- LxERP.t8("Group") %]</th>
+    <th>[%- LxERP.t8("Partsgroup") %]</th>
     <td>[%- L.select_tag('multi_items.filter.partsgroup_id', all_partsgroups, title_key='displayable_name', value_key='id', with_empty=1) %]</td>
   <tr>
 </table>
index e76d713..675fa6f 100644 (file)
@@ -6,7 +6,7 @@
   <tr>
     <th>[%- LxERP.t8("Description") %]/[%- LxERP.t8("Partnumber") %]:</th>
     <td>[%- L.input_tag('multi_items.filter.all:substr:multi::ilike', '') %]</td>
-    <th>[%- LxERP.t8("Group") %]</th>
+    <th>[%- LxERP.t8("Partsgroup") %]</th>
     <td>[%- L.select_tag('multi_items.filter.partsgroup_id', all_partsgroups, title_key='displayable_name', value_key='id', with_empty=1) %]</td>
   <tr>
 </table>
index 9938bf6..185248d 100644 (file)
@@ -8,7 +8,7 @@
   <tr>
     <th>[%- LxERP.t8("Description") %]/[%- LxERP.t8("Partnumber") %]:</th>
     <td>[%- L.input_tag('multi_items.filter.all:substr:multi::ilike', partfilter) %]</td>
-    <th>[%- LxERP.t8("Group") %]</th>
+    <th>[%- LxERP.t8("Partsgroup") %]</th>
     <td>[%- L.select_tag('multi_items.filter.partsgroup_id', all_partsgroups, title_key='partsgroup', value_key='id', with_empty=1) %]</td>
   <tr>
 </table>