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

--- Comment #8 from Paul Poulain <[email protected]> 2011-09-21 
15:23:09 UTC ---
Created attachment 5501
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5501
Bug 6875 de nesting C4::Biblio

C4::Biblio is used in many many places. The goal of this cleaning is to do from
C4::Biblio a package with as many dependancies as possible.


* C4::Heading is called only in 1 place, highly rarely used (only in 1
misc/link_bibs_to_authorities.pl), moving to require
* PrepareItemrecordDisplay is a sub that is more related to Items, moving it
here. It means some scripts that used this sub must be checked against use
C4::Items
* C4::Items is needed in EmbedItemsInMarcBiblio, moving it only in this sub,
and switching to require
* 2 subs are totally useless z3950_extended_services and set_service_options,
removing them

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
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