X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a9f5ce465e84488e8dd60bda636bbde1812dbc8f..72ad92fd:/bin/mozilla/gl.pl?ds=sidebyside diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index 44360f43d..f7810c76b 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -314,7 +314,9 @@ sub search { $department | . $locale->text('Description') . qq| - + + | . $locale->text('Account Number') . qq| + | . $locale->text('Notes') . qq| @@ -1420,7 +1422,7 @@ sub yes { if(!exists $form->{addition} && $form->{id} ne "") { $form->{snumbers} = qq|ordnumber_| . $form->{ordnumber}; $form->{addition} = "DELETED"; - $form->save_history($form->dbconnect(\%myconfig)); + $form->save_history; } # /saving the history $form->redirect($locale->text('Transaction deleted!')) @@ -1578,7 +1580,7 @@ sub post_transaction { $form->{snumbers} = qq|ordnumber_| . $form->{ordnumber}; $form->{addition} = "SAVED"; $form->{what_done} = $locale->text("Buchungsnummer") . " = " . $form->{id}; - $form->save_history($form->dbconnect(\%myconfig)); + $form->save_history; } # /saving the history @@ -1646,7 +1648,7 @@ sub storno { if(!exists $form->{addition} && $form->{id} ne "") { $form->{snumbers} = "ordnumber_$form->{ordnumber}"; $form->{addition} = "STORNO"; - $form->save_history($form->dbconnect(\%myconfig)); + $form->save_history; } # /saving the history