[Koha-bugs] [Bug 8834] Call to C4::Context::preference fails to pass $self in Circulation.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 27 08:33:37 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8834

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
           Assignee|koha-bugs at lists.koha-commun |mtompset at hotmail.com
                   |ity.org                     |

--- Comment #1 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 12542
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12542&action=edit
Change :: to -> to correctly call C4::Context->preference

Test
------
1) Login in to staff client.
2) In search area, click 'Search Patrons' tab.
3) In search area text box, type a library name
4) Press Enter or Click the 'Submit' button
5) On the Left click the 'Check out' tab.
6) There should now be a list of checked out items. Check one of the 'Check In'
checkboxes. Hopefully you have multiple items.
7) Add a Renewal Date.
8) Click the 'Renew or Return checked items' button.
9) check the intranet error log file. There should be something like:
[Thu Sep 27 12:34:22 2012] [error] [client 192.168.100.2] [Thu Sep 27 12:34:22
2012] renewscript.pl: Use of uninitialized value in lc at
/usr/share/koha/lib/C4/Context.pm line 529.

10) Apply patch
11) Check another one of the 'Check In' checkboxes.
12) Add a Renewal Date.
13) Click the 'Renew or Return checked items' button.
14) check the intranet error log file. The error should not appear.

See also bug 8251, as if you have applied that patch before this one, it will
not likely apply.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list