9 Aug
2018
9 Aug
'18
9:20 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17449 --- Comment #7 from Magnus Enger <magnus@libriotech.no> --- (In reply to Owen Leonard from comment #6)
I'm getting a periodic error when testing checkouts:
Undefined subroutine &C4::Circulation::getnextacctno called at /home/vagrant/kohaclone/C4/Circulation.pm line 3190.
Weird, I have not seen that error when developing. C4/Circulation.pm line 3190 is inside AddIssuingCharge(), so it seems to be related to items that have an issuing charge? And "sub getnextacctno" is actually in C4::Accounts, not in C4::Circulation. Could it be a missing "use C4::Accounts;"... somewhere? -- You are receiving this mail because: You are watching all bug changes.