http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5524
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #5 from Owen Leonard <[email protected]> 2011-08-26 16:54:08 UTC --- This patch seems to work, but has one minor bug. The two instances of this: <input type="hidden" name="shelfoff" value="[% shelfoff %]"> ...should be: <input type="hidden" name="shelfoff" value="[% shelfoff %]" /> Could a follow-up patch include the same fix for the OPAC as well? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
