Wiederkehrende Rechnung: Option für halbjährliche Fakturierung
[kivitendo-erp.git] / templates / webpages / oe / edit_periodic_invoices_config.html
index 74fb123..3c2042f 100644 (file)
@@ -27,6 +27,8 @@
       <br>
       [% L.radio_button_tag("periodicity", value => "q", label => LxERP.t8("every third month"), checked => periodicity == 'q') %]
       <br>
+      [% L.radio_button_tag("periodicity", value => "b", label => LxERP.t8("semiannually"), checked => periodicity == 'b') %]
+      <br>
       [% L.radio_button_tag("periodicity", value => "y", label => LxERP.t8("yearly"),    checked => periodicity == 'y') %]
      </td>
     </tr>