https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11573
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |--- Status|RESOLVED |REOPENED Component|Circulation |Fines and fees --- Comment #34 from Katrin Fischer <[email protected]> --- Not sure if this is a duplicate to bug 21953 - Rental vs. Lost. It looks like Rental might still have issues: C4/Circulation.pm if ( $charge > 0 ) { my $description = "Rental"; AddIssuingCharge( $issue, $charge, $description ); } if ( $accumulate_charge > 0 ) { my $type_desc = "Renewal of Daily Rental Item " . $biblio->title . " $item_unblessed->{'barcode'}"; AddIssuingCharge( $issue, $accumulate_charge, $type_desc ) } And same without Daily. -- 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/
