[Koha-bugs] [Bug 14041] Use of uninitialized value in /usr/share/kohaclone/svc/checkouts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 10 08:07:38 CEST 2015


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

--- Comment #2 from Marc Véron <veron at 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.


More information about the Koha-bugs mailing list