koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1026] Edting items in normal format, bring you on an empty page
Date: 16 Nov 2005 16:31:39 -0000

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





------- Additional Comments From address@hidden  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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]