http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8177 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |RESOLVED CC| |katrin.fischer@bsz-bw.de Resolution|--- |FIXED --- Comment #2 from Katrin Fischer <katrin.fischer@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.