Kunde: Datenbanktabelle "klass" nach "pricegroup_id" migriert
[kivitendo-erp.git] / templates / webpages / customer_vendor / tabs / billing.html
index c917f63..cec118b 100644 (file)
         <th align="right">[% 'Price group' | $T8 %]</th>
 
         <td>
-          [% L.select_tag('cv.klass', SELF.all_pricegroups, default = SELF.cv.klass, value_key = 'id', title_key = 'pricegroup', with_empty = 1) %]
+          [% L.select_tag('cv.pricegroup_id', SELF.all_pricegroups, default = SELF.cv.pricegroup_id, value_key = 'id', title_key = 'pricegroup', with_empty = 1) %]
         </td>
       [% END  %]