[Bug 14041] New: Use of uninitialized value in /usr/share/kohaclone/svc/checkouts
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14041 Bug ID: 14041 Summary: Use of uninitialized value in /usr/share/kohaclone/svc/checkouts Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: veron@veron.ch QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com checkouts: Use of uninitialized value in string comparison (cmp) at /usr/share/kohaclone/svc/checkouts line 211 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14041 Aleisha Amohia <aleishaamohia@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleishaamohia@hotmail.com --- Comment #1 from Aleisha Amohia <aleishaamohia@hotmail.com> --- Hi Marc, how can I recreate this bug? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14041 --- Comment #2 from Marc Véron <veron@veron.ch> --- Hi Aleisha, I can no longer reproduce the warning. Line 211 in svc/checkouts is empty at current master. However some lines below there are comparisions with C4::Context->preference('todaysIssuesDefaultSortOrder') and C4::Context->preference('previousIssuesDefaultSortOrder') There are small differences in the way the sysprefs are defined in koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref after line 27. I do not think that they were the reason for the warning, but I document it for the records: - - Sort previous checkouts on the circulation page from - pref: previousIssuesDefaultSortOrder choices: asc: earliest to latest desc: latest to earliest - due date. - - "Sort today's checkouts on the circulation page from" - pref: todaysIssuesDefaultSortOrder type: choice choices: asc: earliest to latest desc: latest to earliest - due date. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org