[Koha-patches] [PATCH 0/3] Code cleanups in serials

Colin Campbell colin.campbell at ptfs-europe.com
Fri Nov 20 20:41:06 CET 2009


The following three patches are a tidying up of some of the
serials handling scripts prior to starting work on some development
They do not change the existing functionality but do clean up
some of Serials.pm's interfaces, and remove an undef warning 
from the log, and hopefully aid maintainability.
The can also be found in the fao-patches branch of 
git://github.com/colinsc/koha.git 


Colin Campbell (3):
  Remove unused or unnecessary variables from claims processing
  Cleanup date handling in routing.pl
  Basic refactoring of serials-edit.pl

 C4/Serials.pm                                      |   52 +--
 .../prog/en/modules/serials/claims.tmpl            |   10 +-
 serials/claims.pl                                  |   31 +-
 serials/lateissues-excel.pl                        |   14 +-
 serials/routing.pl                                 |   44 +--
 serials/serials-edit.pl                            |  442 +++++++++++---------
 6 files changed, 309 insertions(+), 284 deletions(-)




More information about the Koha-patches mailing list