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)
committerChris Cormack <chrisc@catalyst.net.nz>
Sat, 15 Sep 2012 19:53:26 +0000 (07:53 +1200)
commit76443305af16b13e17b781a57cf67c980828870b
tree626e5fd6ff3354c609a55038636cee010bec7657
parentfe583fae580a0d25d64c6b4d0eb3af56fcae892c
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>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Koha/Calendar.pm