[Bug 11573] change description of rental charges in account fines
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11573 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |--- Status|RESOLVED |REOPENED Component|Circulation |Fines and fees --- Comment #34 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org