Bug 21641: Added C4::Accounts to getnextacctno() call
authorAlex Buckley <alexbuckley@catalyst.net.nz>
Wed, 24 Oct 2018 03:37:57 +0000 (03:37 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 8 Nov 2018 15:30:53 +0000 (15:30 +0000)
commit5c62543310c94b179dd3c8c93f4f79a414be5980
tree8be8d1f7c4f616b3d218cfb4462ae8bc67fdea4c
parent932f39906c7e82d1813a2602290e986f139eb1c5
Bug 21641: Added C4::Accounts to getnextacctno() call

Test plan:
1. Fetch and checkout the master branch
2. Checkout an item with a rental charge associated with it to a user
and notice an error is thrown
3. Apply patch
4. Restart memcached and plack
5. Repeat steps 1 and 2 and notice the checkout happens successfully

Sponsored-By: Catalyst IT
Signed-off-by: Andrew Isherwood <andrew.isherwood@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 344dba2fb84a743603c1c51294be4e378e6e5dc7)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Circulation.pm