]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ir.pl
Einkaufsrechnungen: nach Buchen wieder zur Erfassen-Maske mit Flash-Meldung
[mfinanz.git] / bin / mozilla / ir.pl
index 16eb69eca01f86d6e838dee4e16b25ae0aeeae1c..74819105984322e02c26b7b486e09ce714e5b1e2 100644 (file)
@@ -43,7 +43,6 @@ use List::Util qw(max sum);
 use List::UtilsBy qw(sort_by);
 
 require "bin/mozilla/io.pl";
-require "bin/mozilla/arap.pl";
 require "bin/mozilla/common.pl";
 
 use strict;
@@ -781,6 +780,7 @@ sub post {
       $form->save_history;
     }
     # /saving the history
+    $form->{callback} = 'ir.pl?action=add';
     $form->redirect(  $locale->text('Invoice')
                   . " $form->{invnumber} "
                   . $locale->text('posted!'));