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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jan 28 15:21:02 CET 2012


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

Jared Camins-Esakov <jcamins at cpbibliography.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #5499|0                           |1
        is obsolete|                            |

--- Comment #36 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2012-01-28 14:21:02 UTC ---
Created attachment 7363
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7363
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

Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

-- 
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.
You are watching all bug changes.


More information about the Koha-bugs mailing list