Bug 24300: (QA follow-up) Update payout_amount to use internal methods
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 17 Mar 2021 14:12:37 +0000 (14:12 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 23 Apr 2021 09:58:49 +0000 (11:58 +0200)
commitc2026b6624f0f12e012be81741b3752444de3c14
tree8c12923a257ff5a8f9de72aa7f898101c7c7ea6c
parent1f32b62d1c3be39459eabd7898b2d9aa0dbe7d9e
Bug 24300: (QA follow-up) Update payout_amount to use internal methods

Tomas pointed out that we could, and probably should, use the internal
'add_debit' method within this function.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Account.pm