[Koha-bugs] [Bug 21915] Add a way to automatically reconcile balance for patrons

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 30 20:06:40 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21915

--- Comment #16 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 82806
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82806&action=edit
Bug 21915: Call reconcile_balance on manual credit creation

This patch makes the manual credit creation step call
Koha::Account::reconcile_balance when the AccountAutoReconcile syspref
is set.

To test:
- Apply the patch
- Have some outstanding debits
- Create a manual credit
=> SUCCESS: Same behaviour as always
- Set AccountAutoReconcile
- Create a manual credit
=> SUCCESS: Reconcillation happened
- Sign off :-D

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list