[Koha-bugs] [Bug 17449] Let users choose action in self checkout

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 9 10:20:16 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17449

--- Comment #7 from Magnus Enger <magnus at 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.


More information about the Koha-bugs mailing list