Koha/serials
Colin Campbell d2c24f3bbf Bug 6790: Remove unnecessary variable from getroutinglist return
getroutinglist returns a count variable to indicate how many elements
are in the array. This is almost always a serious code smell. (We are
programming in a list manipulating language) The routine was executing
am unnecessary loop just to maintain that var.
Removed the variable from the routine and perldoc
refactored calls of the routine removed the c-style loops for
more idiomatic and maintainable for loops
renamed some opaquely named variables
removed a call to the routine where nothing was done with the data
moved some html out of the calling script and into the template

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-01-23 17:59:27 +01:00
..
acqui-search-result.pl Bug5063: C4::Bookseller Changes 2011-03-12 08:42:26 +13:00
acqui-search.pl
checkexpiration.pl
claims.pl Bug5063: C4::Bookseller Changes 2011-03-12 08:42:26 +13:00
lateissues-excel.pl
member-search.pl Bug 5484 - Handling bad borrower categories in serial routing lists more gracefully 2010-12-14 12:59:14 +13:00
reorder_members.pl
routing-preview.pl Bug 6790: Remove unnecessary variable from getroutinglist return 2012-01-23 17:59:27 +01:00
routing.pl Bug 6790: Remove unnecessary variable from getroutinglist return 2012-01-23 17:59:27 +01:00
serial-issues.pl
serials-collection.pl Bug 7338: Follow up: show link only when there is more than 1 subscription 2012-01-06 15:10:47 +01:00
serials-edit.pl Bug 6479 Converts all the serialseq variables to UTF-8. 2011-09-03 06:31:03 +12:00
serials-home.pl
serials-recieve.pl
statecollection.pl
subscription-add.pl Bug 6305: Subscriptions can not be edited 2011-07-06 08:32:04 +12:00
subscription-bib-search.pl Bug 5508 : Updating copyright statements 2010-12-16 11:49:36 +13:00
subscription-detail.pl Bug 6790: Remove unnecessary variable from getroutinglist return 2012-01-23 17:59:27 +01:00
subscription-renew.pl
viewalerts.pl