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

--- Comment #6 from Paul Poulain <paul.poul...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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