@@ -, +, @@ - Apply the patch - Have some outstanding debits - Create a manual credit - Set AccountAutoReconcile - Create a manual credit - Sign off :-D --- members/mancredit.pl | 4 ++++ 1 file changed, 4 insertions(+) --- a/members/mancredit.pl +++ a/members/mancredit.pl @@ -90,6 +90,10 @@ if ($add){ user_id => $logged_in_user->id }); + if ( C4::Context->preference('AccountAutoReconcile') ) { + $patron->account->reconcile_balance; + } + print $input->redirect("/cgi-bin/koha/members/boraccount.pl?borrowernumber=$borrowernumber"); } else { --