(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)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 15 Jul 2009 03:24:25 +0000 (23:24 -0400)
commit2e0a0dbf5ae52b9845dcac212d61011845d25e67
treeb9a01707730bbee0b45cacc78adc1b4ad83dcee6
parent1ddb5df863c3166a20d55c8f852af7c5fd67e204
(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>
C4/Search.pm