bug 3314: remove disused scripts and API functions
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 8 Jun 2009 20:11:42 +0000 (15:11 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 8 Jun 2009 22:03:05 +0000 (17:03 -0500)
commitecdf5952085cc73313513d14dc426ce9de1b0b33
tree2bc54ab1187efa397f98afbaac5f3687a893c11e
parent6a2d9ffcf2df3bbed780954c423884991d64504a
bug 3314: remove disused scripts and API functions

The distributedto column of the subscription table is
no longer used, having been replaced by the serials
routing list table.  This patch removes two C4::Serials
functions and a script and template, none of which were
reachable by current code:

C4::Serials::GetDistributedTo()
C4::Serials::SetDistributedTo()
koha-tmpl/intranet-tmpl/prog/en/modules/serials/distributedto.tmpl
serials/distributedto.pl

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Serials.pm
koha-tmpl/intranet-tmpl/prog/en/modules/serials/distributedto.tmpl [deleted file]
serials/distributedto.pl [deleted file]
t/lib/KohaTest/Serials.pm