@@ -, +, @@ correctly - Run (with the regression tests applied) $ prove t/db_dependent/Accounts.t - Apply the patch - Run $ prove t/db_dependent/Accounts.t --- C4/Accounts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Accounts.pm +++ a/C4/Accounts.pm @@ -276,7 +276,7 @@ sub makepayment { } UpdateStats({ - branch => $user, + branch => $branch, type => 'payment', amount => $amount, borrowernumber => $borrowernumber, --