]> wagnertech.de Git - mfinanz.git/commitdiff
Testfall für #266 - Rückgabewert für Routine setzen
authorJan Büren <jan@kivitendo.de>
Sat, 14 Mar 2020 12:31:21 +0000 (13:31 +0100)
committerJan Büren <jan@kivitendo.de>
Sat, 14 Mar 2020 12:31:21 +0000 (13:31 +0100)
SL/Controller/Reconciliation.pm

index 6e2af691a093124a4caf17147d51bc96680b4666..9cf25a378ea92a620bcc1647a9e32003d9166cbb 100644 (file)
@@ -198,6 +198,8 @@ sub action_reconcile_proposals {
       }
       $counter++;
     }
+
+  1;
   }) or die t8('Unable to reconcile, database transaction failure');
 
   flash('ok', t8('#1 proposal(s) saved.', $counter));
@@ -386,6 +388,8 @@ sub _reconcile {
         $rec_link->save;
       }
     }
+
+  1;
   }) or die t8('Unable to reconcile, database transaction failure');
 }