[Koha-bugs] [Bug 6427] Rewrite of the accounts system

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 3 15:29:42 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427

--- Comment #32 from Kyle M Hall <kyle at bywatersolutions.com> ---
One example of moving business logic into DBIC. Items should be smart enough to
know that when item-level_itypes is set to biblio record, the call to
$item->itype() should return $item->biblio->itemtype() instead. I imagine there
is a way to override the existing itype() method, or we could just add a new
method itemtype_by_preference() or similar.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list