]> git.koha-community.org Git - koha.git/commit
[followup](MT3160) fix address request
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Wed, 30 Jun 2010 11:58:32 +0000 (13:58 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 6 Jul 2010 20:42:02 +0000 (22:42 +0200)
commita7898c0c39d2fb499efde2ab709f05c6ca318550
tree22233550e0b7fec9cda4ecce67a1e8a50e75d0c6
parent6f5286c7f049a58b4588e1101675a9f5b6a4113a
[followup](MT3160) fix address request

If any part of concat is null, all the address field is null.
Now we use IFNULL() from mysql.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Overdues.pm