[Koha-bugs] [Bug 6875] de-nesting C4 packages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 21 17:22:11 CEST 2011


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

--- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> 2011-09-21 15:22:11 UTC ---
Created attachment 5499
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5499
Bug 6875 de-nesting C4/Serials

* use C4::Branch is loaded only to call GetBranchNAme in PrepareSerialsData and
set branchname in the hashresult. This sub PrepareSerialsData is used in the
following scripts :
opac/opac-serial-issues.pl:    my
$subscriptioninformation=PrepareSerialsData($subscriptions); => no use of
branchname after
serials/serials-collection.pl:  
$subscriptions=PrepareSerialsData(\@subscriptioninformation); => no use of
branchname after
=> we can remove the ->{branchname} from the result, and remove the C4::Branch
dependancy
* moves use C4::Items to require C4::Items, to call AddItemFromMarc, when
receiving a serial, with Recieving create an item set in the subscription.
* removed use C4::Letters and C4::Search, that are useless

-- 
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.


More information about the Koha-bugs mailing list