From ca620f196911bf04852b9dd087e5d60839ae1d5d Mon Sep 17 00:00:00 2001 From: Eivin Giske Skaaren Date: Sun, 24 May 2015 22:27:53 +0000 Subject: [PATCH] Bug 10067 fix due date issue --- circ/circulation.pl | 3 +-- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 87e0318..2d0b967 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -534,9 +534,8 @@ my $roadtype = C4::Koha::GetAuthorisedValueByCode( 'ROADTYPE', $borrower->{stree $template->param(%$borrower); unless ($stickyduedate eq 'on') { - $duedatespec = ''; #$restoreduedatespec; + $duedatespec = ''; } else { - #$duedatespec = $session->param('stickyduedate') || $query->param('restoreduedatespec'); if ($restoreduedatespec) { $duedatespec = $restoreduedatespec; } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 8fe569f..14823ca 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -297,7 +297,6 @@ $(document).ready(function() { [% END %] - [% IF HIGHHOLDS %]