]> git.koha-community.org Git - koha.git/commit
Bug 13740: Fix null vs not null in the query
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 25 Feb 2015 09:44:00 +0000 (10:44 +0100)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 3 Apr 2015 03:40:30 +0000 (16:40 +1300)
commit1c79abac918a1391fecc90a4adda8c0ebb8a3ed0
tree6b6b66b630d13341fb1d1ba3ff187243a4e695cb
parent7d6fe812e48a9cb941f827ae1e1794e4d0ea4dd1
Bug 13740: Fix null vs not null in the query

The previous patch did not work, only patrons *with* guanrantees were
deleted!

Signed-off-by: Koha Team AMU <koha.aixmarseille@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 316485b1c4bb1cfa4c0de19e857e692d34351234)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Members.pm