Bug 15845: Do not import Add_Delta_YM from circulation.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 22 Feb 2016 10:49:15 +0000 (10:49 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Wed, 24 Feb 2016 02:50:49 +0000 (02:50 +0000)
This subroutine is no longer used in this script.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com

circ/circulation.pl

index 5c80b05..57702f6 100755 (executable)
@@ -49,7 +49,6 @@ use Koha::Database;
 
 use Date::Calc qw(
   Today
-  Add_Delta_YM
   Add_Delta_Days
   Date_to_Days
 );