[Koha-bugs] [Bug 11573] change description of rental charges in account fines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 10 00:19:45 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11573

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|DUPLICATE                   |---
             Status|RESOLVED                    |REOPENED
          Component|Circulation                 |Fines and fees

--- Comment #34 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list