http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6739
--- Comment #86 from Galen Charlton <[email protected]> --- Comment on attachment 21312 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21312 [PASSED QA] Bug 6739 - expired patrons not blocked from opac actions Review of attachment 21312: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=6739&attachment=21312) ----------------------------------------------------------------- ::: opac/opac-user.pl @@ +65,4 @@ > } > ); > > +my $OPACDisplayRequestPriority = > (C4::Context->preference("OPACDisplayRequestPriority")) ? 1 : 0; This is a regression on bug 7398; OPACDisplayRequestPriority no longer exists. @@ -110,4 @@ > $canrenew = 0; > $template->param( > renewal_blocked_fines => sprintf( '%.02f', $no_renewal_amt ), > - renewal_blocked_fines_amountoutstanding => sprintf( '%.02f', > $borr->{amountoutstanding} ), Removing this would cause a regression of bug 8408. @@ -170,5 @@ > $charges += $ac->{'amountoutstanding'} > if $ac->{'accounttype'} eq 'F'; > $charges += $ac->{'amountoutstanding'} > - if $ac->{'accounttype'} eq 'FU'; > - $charges += $ac->{'amountoutstanding'} Removing this would cause a regression on bug 8079. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
