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:
b92403a
)
unlink_bank_transaction optionaler parameter für testfall
author
Jan Büren
<jan@kivitendo.de>
Sun, 3 Mar 2019 14:58:32 +0000
(15:58 +0100)
committer
Jan Büren
<jan@kivitendo.de>
Sun, 3 Mar 2019 14:58:32 +0000
(15:58 +0100)
SL/Controller/BankTransaction.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/BankTransaction.pm
b/SL/Controller/BankTransaction.pm
index
2e10e41
..
655aebc
100644
(file)
--- a/
SL/Controller/BankTransaction.pm
+++ b/
SL/Controller/BankTransaction.pm
@@
-725,7
+725,7
@@
sub save_single_bank_transaction {
return grep { $_ } ($error, @warnings);
}
sub action_unlink_bank_transaction {
- my ($self) = @_;
+ my ($self
, %params
) = @_;
croak("No bank transaction ids") unless scalar @{ $::form->{ids}} > 0;
@@
-789,7
+789,7
@@
sub action_unlink_bank_transaction {
}
flash('ok', t8('#1 bank transaction bookings undone.', $success_count));
- $self->action_list_all();
+ $self->action_list_all()
unless $params{testcase}
;
}
#
# filters