[Koha-bugs] [Bug 21133] Missing use C4::Accounts statement in Koha/Patron.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 31 20:23:37 CEST 2018


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

--- Comment #8 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I am fixing this, in tests.
Basically the idea is:
1. Undefined subroutine &C4::Items::ModZebra called at
/home/vagrant/kohaclone/C4/Items.pm line 302.

=> Then use C4::Items before C4::Biblio

2. Undefined subroutine &C4::Circulation::GetItem called at
/home/vagrant/kohaclone/C4/Circulation.pm line 1290

=> Then use C4::Circulation before C4::Items

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list