Bug 8656 Calendar needs to load both exception and nonexception dates
authorColin Campbell <colin.campbell@ptfs-europe.com>
Mon, 20 Aug 2012 14:24:58 +0000 (15:24 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 14 Sep 2012 11:59:34 +0000 (13:59 +0200)
commit37f3807442ce1136a57e6fec76648994ada7a5cb
tree90aa6e09b2c812ea13a92e5cdc91774a7d25ae8c
parent2ca3663687dd2a80ba720ea45183b722641764cc
Bug 8656 Calendar needs to load both exception and nonexception dates

single_holidays and exception_holidays were both being selected
with the same parameter with the result that single holidays were not
being loaded.

Have removed the retrieval of the unused parameters title and
description.

In effect the distinction is not meaningful for these routines and
the two structures could become one. This patch just fixes the
current bug

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Koha/Calendar.pm