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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 8 Nov 2018 15:31:35 +0000 (15:31 +0000)
commitff2de8e181e864cd121e39e314fe6be4dbe8eb0b
treedc21ebc27b2f5120e4d6315c18d8f1066fba33a9
parente79fac32c8ca7ef01b516feea461a07c7e8e3570
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>
C4/Circulation.pm