Taking out the marc clause in acquisitions.
addbook.pl decides which version of addbiblio it will go to
This commit is contained in:
parent
28bf995942
commit
5e4ed5b93d
1 changed files with 0 additions and 4 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue