projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e31f20
)
Testfall für #266 - Rückgabewert für Routine setzen
author
Jan Büren
<jan@kivitendo.de>
Sat, 14 Mar 2020 12:31:21 +0000
(13:31 +0100)
committer
Jan Büren
<jan@kivitendo.de>
Sat, 14 Mar 2020 12:31:21 +0000
(13:31 +0100)
SL/Controller/Reconciliation.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Reconciliation.pm
b/SL/Controller/Reconciliation.pm
index
6e2af69
..
9cf25a3
100644
(file)
--- a/
SL/Controller/Reconciliation.pm
+++ b/
SL/Controller/Reconciliation.pm
@@
-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');
}