No subject


Wed May 26 14:48:00 CEST 2010


} else {
        $template->param(script => "detail.pl");
}

Changed this to use the marc setting in system preferences
if (C4::Context->preference('marc') eq 'on') {
        $template->param(script => "MARCdetail.pl");
} else {
        $template->param(script => "detail.pl");
}



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-devel mailing list