http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14522 --- Comment #5 from Mason James <mtj@kohaaloha.com> --- (In reply to Mason James from comment #3)
(In reply to Joonas Kylmälä from comment #2)
(In reply to Mason James from comment #1)
1/ add a bunch of single_holidays to your test koha, (my table has 400 holiday >rows)
Could you give some example table? It would be easier to test.
hmm, yes i could, but...
you can quickly create a range of special/unique holidays in a few clicks ... from '2014-01-01' to '2016-01-01', would give you 730 holidays for testing
i'll attach a pic
mysql> select count(*) from special_holidays where title = 'aaa' ; +----------+ | count(*) | +----------+ | 614 | +----------+ 1 row in set (0.00 sec) -- You are receiving this mail because: You are watching all bug changes.