koha-bugs
[Top][All Lists]
Advanced

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

[Koha-bugs] [Bug 610] Renewal limit cannot be set by libraries


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 610] Renewal limit cannot be set by libraries
Date: 27 Feb 2004 16:49:30 -0000

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





------- Additional Comments From address@hidden  2004-02-28 05:49 -------
Okay, so just changing the template doesn't work, because the script has this:

        if ($input->param('renewalsallowed') ne 1) {
                $query.= "0,";
        } else {
                $query.= "1,";
        }

But what if we just changed it to this:

        $query.= $input->param('renewalsallowed').",";

So that it would accept whatever numeric value got entered in the form?  That
works for me when I test it, but I don't know if there's a gotcha that an
amateur can't see.





------- 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]