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

Ray Delahunty <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Ray Delahunty <[email protected]> ---
We have 206 records in our 24.11.09 system that have this problem. It appears
to happen where the debarred field is '9999-12-31' but where there is nothing
in the debarredcomment. 

SELECT borrowernumber, debarred, debarredcomment
FROM borrowers
WHERE length(debarredcomment)=0
AND debarred='9999-12-31'

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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