[Koha-bugs] [Bug 15185] 3 subroutines are unused in C4::Circulation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 13 20:02:08 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15185

Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44836|0                           |1
        is obsolete|                            |

--- Comment #2 from Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> ---
Created attachment 44857
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44857&action=edit
[SIGNED-OFF]Bug 15185: Remove Check*Holidays subroutines in C4::Circulation

These 3 subroutines are not used anymore:
- CheckRepeatableHolidays
- CheckSpecialHolidays
- CheckRepeatableSpecialHolidays

Moreover we have subroutines in Koha::Calendar to do this job.

Test plan:
  git grep CheckRepeatableHolidays
  git grep CheckSpecialHolidays
  git grep CheckRepeatableSpecialHolidays
should not return any results.

Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
Subroutines removed

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list