Bug 21641: (follow-up) Address wrong call method
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Thu, 25 Oct 2018 13:17:59 +0000 (14:17 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 26 Nov 2018 06:42:06 +0000 (07:42 +0100)
commit42af3bef9f82169f08cc6dcc5e1c27623f694f2e
tree37f2b9a0a9bcb22adbd063e155fdbe6eee18be9e
parentdffd83aae09dbda89f979d3e7f9c77cf2e01bd82
Bug 21641: (follow-up) Address wrong call method

This patch substitutes C4::Accounts->getnextacctno for
C4::Accounts::getnextacctno since getnextacctno is only expecting to be
passed a borrowernumber

Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 4858c4f736d366701fa6a3f1def2727dd85c70ce)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit ff2de8e181e864cd121e39e314fe6be4dbe8eb0b)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Circulation.pm