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)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 25 Jun 2009 08:00:19 +0000 (10:00 +0200)
commita5be83e76304924809d399ed85d5ebab8094cd7e
tree2bc54ab1187efa397f98afbaac5f3687a893c11e
parentc0cb786d68db279715a7b0f7f111e1b900a60918
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