[Koha-bugs] [Bug 29410] Dates compared arithmetically in MsgType.pm (warns: Argument isn't numeric in numeric ne)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Nov 6 14:46:39 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29410

--- Comment #3 from Andrew Nugged <nugged at gmail.com> ---
more notes:

$item->due_date comes in as DateTime object once,
    '2021-12-03T23:59:00', ref: 'DateTime'
    but it also comes as scalar '0'.

$item->hold_pickup_date comes in as scalar '2021-11-11', ref: ''
    it also comes as scalar '0'.

$item->recall_date comes as scalar '0',
    I didn't yet figure out in which kind it comes when it has non-zero.

-- 
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