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

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Fri Feb 27 17:49:30 CET 2004


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





------- Additional Comments From oleonard at athenscounty.lib.oh.us  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.




More information about the Koha-bugs mailing list