Bug 15896 - Use Koha::Account::pay internally for makepayment
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 24 Feb 2016 12:36:20 +0000 (12:36 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 9 Dec 2016 17:53:06 +0000 (17:53 +0000)
commited9cf81c3aa8fd82f9347556364e9d2e6cef8a82
tree6b5d1e72cc6875dd76dd5bb362c40f1ac84208e8
parent30dd8f99204837e2e76015badd93025599cd552c
Bug 15896 - Use Koha::Account::pay internally for makepayment

This is the second patch in a series to unify all payment functions into
a single mathod

Test Plan:
1) Apply this patch
2) prove t/db_dependent/Accounts.t
3) Test fine payment via the "Pay" button

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Followed test plan, works as expected.
Signed-off-by: Marc Veron <veron@veron.ch>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Accounts.pm
Koha/Account.pm