Auf CustomerVendor auf currency_id umgestellt
[kivitendo-erp.git] / templates / webpages / customer_vendor / form.html
index bb84e9b..dd12e75 100644 (file)
             <th align="right">[% 'Currency' | $T8 %]</th>
 
             <td>
-              [% L.select_tag('cv.curr', SELF.all_currencies, default = SELF.cv.curr, with_empty = 1) %]
+              [% L.select_tag('cv.currency_id', SELF.all_currencies, title_key = 'name', value_key = 'id', default = SELF.cv.currency_id, with_empty = 1) %]
             </td>
           [% END %]
         </tr>