https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17449
--- Comment #7 from Magnus Enger <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
