Bug 15897 - Use Koha::Account::pay internally for recordpayment_selectaccts
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 24 Feb 2016 13:30:07 +0000 (13:30 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 10 Jan 2017 13:33:18 +0000 (13:33 +0000)
commit9c9d0bcfe00830acc8b4386d236adf351a8a80e4
tree290faa7268cd46a75f57608ef6abdf6326af8f44
parent6b0562eee87e80532d6abb423177c76062be84cc
Bug 15897 - Use Koha::Account::pay internally for recordpayment_selectaccts

This is the third 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 selected" button

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Accounts.pm
Koha/Account.pm