Bug 15898 - Use Koha::Account::pay internally for makepartialpayment
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 24 Feb 2016 14:01:23 +0000 (14:01 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 11 Jan 2017 14:06:33 +0000 (14:06 +0000)
commite134350813db967458ca8a0928210909d5ec7e4d
tree3b2112ab933c054971fb6890b2ab45900aa1fe47
parentcf52095e19a348865f3728c43f20ebb2e2415dd8
Bug 15898 - Use Koha::Account::pay internally for makepartialpayment

This is the fourth 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,
   but make the payment for less then the full amount

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Accounts.pm