]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/gl.pl
Finanzbuchhaltung: schönere »…verbucht«-Meldungen via Flash
[mfinanz.git] / bin / mozilla / gl.pl
index cb2ebb2e7ad25a26a4e696bbb79030328a0aa36b..f56a9a75488fa7188249df6551233f209e83d376 100644 (file)
@@ -1142,7 +1142,7 @@ sub post {
   }
 
   $form->{callback} = build_std_url("action=add", "show_details");
-  $form->redirect($form->{callback});
+  $form->redirect($::locale->text("General ledger transaction '#1' posted", $form->{reference}));
 
   $main::lxdebug->leave_sub();
 }