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

--- Comment #2 from Marc VĂ©ron <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to