[Koha-bugs] [Bug 1026] Edting items in normal format, bring you on an empty page

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Wed Nov 16 17:31:39 CET 2005


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1026





------- Additional Comments From smachefert at laposte.net  2005-11-17 05:31 -------
The solution to correct this bug is to remplace the line :
if ($marc eq "yes")
by
if ($marc == 1)

to put the declaration of $bibid outside the if and to add bibid as a parameter
of the template with : 

$template->param(bibid => $bibid);
(this last line has to be added in ISBDdetail.pl too if you want to be able to
edit items from the ISBD view.



------- 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-bugs mailing list