]> wagnertech.de Git - mfinanz.git/blobdiff - js/edit_periodic_invoices_config.js
Warnung bei Auftragspeichern mit aktiver wiederk. Rechnung, wenn schon eine Rechnung...
[mfinanz.git] / js / edit_periodic_invoices_config.js
index 6aaf88ef421ed32a1b2a78ba895f72e5235d79bc..9392eb146fea944f97bc916c113af3a0d0d9a0ce 100644 (file)
@@ -14,3 +14,7 @@ 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?'));
+}