]> git.koha-community.org Git - koha.git/commit
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>
Wed, 16 Sep 2009 21:19:08 +0000 (23:19 +0200)
commitfd83ed6b27d46a13aa85bb5a92e0571bd61e5ac1
tree431d873f20bf4d753e1eab076381e7422d8f4f02
parent26b4f072e8b83ec1887c44bf95613b2fdb1831ec
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>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.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