Bug 22837: Update apply to accept an arrayref
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 3 May 2019 11:59:16 +0000 (12:59 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 23 Sep 2019 09:51:14 +0000 (10:51 +0100)
commit22b18cc96d2a04f72ccbe1ea001648eab887f19e
tree949889045610d0461da43058e6964eb3bdc9ad45
parent16aa7d1c8afe249318767a8a023f7dbddb6843ea
Bug 22837: Update apply to accept an arrayref

This patch update the signature of Koha::Account::Line->apply to accept
an arrayref of debits to apply against a credit instead of requireing a
Koha::Objects set.

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Account/Line.pm