]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/pe.pl
Lizenzen sind im Config-Abschnitt "features", nicht "system"
[kivitendo-erp.git] / bin / mozilla / pe.pl
index e003e07d2ba79df7c66295392f6e3501fcec18f3..532dcfac5baf69ceae50091a3e9862ce86f45b71 100644 (file)
@@ -195,7 +195,7 @@ sub save {
   if(!exists $form->{addition} && $form->{id} ne "") {
     $form->{snumbers} = qq|projectnumber_| . $form->{projectnumber};
     $form->{addition} = "SAVED";
-    $form->save_history($form->dbconnect(\%myconfig));
+    $form->save_history;
   }
   # /saving the history
 
@@ -223,7 +223,7 @@ sub delete {
   if(!exists $form->{addition}) {
     $form->{snumbers} = qq|projectnumber_| . $form->{projectnumber};
     $form->{addition} = "DELETED";
-    $form->save_history($form->dbconnect(\%myconfig));
+    $form->save_history;
   }
   # /saving the history
   $main::lxdebug->leave_sub();