[Koha-bugs] [Bug 1101] Renew All for the OPAC

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Thu Nov 29 14:55:06 CET 2007


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


oleonard at myacpl.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|oleonard at myacpl.org         |jmf at liblime.com




------- Comment #2 from oleonard at 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.





More information about the Koha-bugs mailing list