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

--- Comment #32 from Kyle M Hall <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to