Überflüssigen mode aus DeliveryValueReport entfernt
[kivitendo-erp.git] / js / edit_periodic_invoices_config.js
index 44ebd19..b969e1d 100644 (file)
@@ -14,7 +14,3 @@ function edit_periodic_invoices_config() {
   // alert(url);
   window.open(url, "_new_generic", parm);
 }
-
-function warn_save_active_periodic_invoice() {
-  return confirm(kivi.t8('This sales order has an active configuration for periodic invoices. If you save then all subsequently created invoices will contain those changes as well, but not those that have already been created. Do you want to continue?'));
-}