(bug #3405) fix on loan list in search result
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Wed, 8 Jul 2009 11:46:48 +0000 (13:46 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:19 +0000 (23:19 +0200)
commit48c548fb407eb0b98e752b12029fe6451b5ae6b8
treed6379ba27d097e2a1f9bca2c0db16e9639f6014e
parent46aac646414f82f54a23070e5345a17996194ac1
(bug #3405) fix on loan list in search result

The hash keys were made using a base and $item->{date_due}, but this key doesn't exists, so the possibility to have duplicate keys exists, and sometimes the others items were not shown. This patch fix this bug.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Search.pm