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)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 29 Oct 2018 00:22:17 +0000 (00:22 +0000)
commit4858c4f736d366701fa6a3f1def2727dd85c70ce
tree52af0f020af2ebfd1cb5465d6f2e50594941ea8e
parent6fba062d291e065b4a6d7ffebdf82db9d6935971
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>
C4/Circulation.pm