Keine "leere" Währungsauswahl in CustomerVendor erlauben
[kivitendo-erp.git] / templates / webpages / customer_vendor / tabs / billing.html
index b7dfe9e..979ccbc 100644 (file)
         <th align="right">[% 'Currency' | $T8 %]</th>
 
         <td>
-          [% L.select_tag('cv.currency_id', SELF.all_currencies, title_key = 'name', value_key = 'id', default = SELF.cv.currency_id, with_empty = 1) %]
+          [% L.select_tag('cv.currency_id', SELF.all_currencies, title_key = 'name', value_key = 'id', default = SELF.cv.currency_id) %]
         </td>
       [% END %]
     </tr>