[Koha-bugs] [Bug 8177] Correct a double declaration of variable in Addreturn subroutine

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 9 18:43:14 CEST 2012


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Patch doesn't apply         |RESOLVED
                 CC|                            |katrin.fischer at bsz-bw.de
         Resolution|---                         |FIXED

--- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I checked the code on current master and the problem seems to be resolved
there. Marking the patch resolved for this reason.

        if($issue->{'overdue'}){
                my ( $amount, $type, $daycounttotal ) = C4::Overdues::CalcFine(
$item, $borrower->{categorycode},$branch, $datedue, $today );
                $type ||= q{};

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


More information about the Koha-bugs mailing list