http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1101 oleonard@myacpl.org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|oleonard@myacpl.org |jmf@liblime.com ------- Comment #2 from oleonard@myacpl.org 2007-11-29 05:55 ------- Well, it doesn't work so simply submit all the itemnumbers together with the borrowernumber and the "from" variable (duplicating the parameters of the renew link): <form action="/cgi-bin/koha/opac-renew.pl" method="post"> <input type="hidden" name="from" value="opac_user" /> <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" /> <!-- TMPL_LOOP NAME="ISSUES" --> <input type="hidden" name="item" value="<!-- TMPL_VAR NAME="itemnumber" -->" /> <!-- /TMPL_LOOP --> <input type="submit" value="Renew All" /> </form> Doing that results in this error: Can't use string ("0") as a HASH ref while "strict refs" in use at /koha/production/intranet/modules/C4/Circulation.pm line 1663. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.