Taking out the marc clause in acquisitions.

addbook.pl decides which version of addbiblio it will go to
This commit is contained in:
rangi 2003-07-18 03:04:41 +00:00
parent 28bf995942
commit 5e4ed5b93d

View file

@ -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");
}