@@ -, +, @@ --- circ/circulation.pl | 3 +-- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) --- a/circ/circulation.pl +++ a/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; } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -297,7 +297,6 @@ $(document).ready(function() { [% END %] - [% IF HIGHHOLDS %]