[Bug 610] Renewal limit cannot be set by libraries
27 Feb
2004
27 Feb
'04
5:49 p.m.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=610 ------- Additional Comments From oleonard@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.
8173
Age (days ago)
8173
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz