From 5e4ed5b93d8dfd1e2cd8719d4ef49171de6d0a28 Mon Sep 17 00:00:00 2001 From: rangi Date: Fri, 18 Jul 2003 03:04:41 +0000 Subject: [PATCH] Taking out the marc clause in acquisitions. addbook.pl decides which version of addbiblio it will go to --- loadmodules.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/loadmodules.pl b/loadmodules.pl index 1d50ebdea8..d87da097f0 100755 --- a/loadmodules.pl +++ b/loadmodules.pl @@ -46,11 +46,7 @@ sub acquisitions { # other - Same as "normal" if ($aq_type eq 'simple') { - if ($marc_bool eq "1") { print $input->redirect("/cgi-bin/koha/acqui.simple/addbooks.pl"); - } else { - print $input->redirect("/cgi-bin/koha/acqui.simple/addbiblio-nomarc.pl"); - } } else { print $input ->redirect("/cgi-bin/koha/acqui/acqui-home.pl"); } -- 2.39.5