Hello Admire, Which subroutine of C4::Branch did you use? You should have a look at bug 15758. It removes GetBranches and GetBranchesLoop, you certainly used one of these two. Basically you will need to call Koha::Libraries->search.
Regards, Jonathan On Fri, 24 Feb 2017 at 07:34 Admire Mutsikiwa <[email protected]> wrote: > Hi > > > > Hope I find you well. I have added some local module on my Koha instance > for easy printing of barcodes, spine labels and date slips. My added > modules where relying on C4::Branch module. However, according to > https://github.com/bywatersolutions/koha-plugin-kitchen-sink/issues/1, it > has been obsoleted. I would like to know how to get the branchcode now with > the new implementation? > > > > Kind Regards, > > > > Admire Mutsikiwa (Mr) > > ICT Manager > > Libraries > > University of Zimbabwe > > Tel:+263-4-303276 <+263%204%20303%20276> > > Mob:+263771117777 <+263%2077%20111%207777> > > > > "It is easy to dodge our responsibilities, but we cannot dodge the > consequences of dodging our responsibilities." Josiah Charles Stamp > <http://www.goodreads.com/author/show/4867406.Josiah_Charles_Stamp> > > > > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > https://lists.katipo.co.nz/mailman/listinfo/koha > _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

