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

            Bug ID: 22530
           Summary: Koha::Charges::Fees-?accumulate_rentalcharge dies if
                    no issuingrule is found
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

We are checking to see the rental fee for an item, but assume that a rule was
found

101     my $units = $issuing_rule->lengthunit;
102     my $rentalcharge_increment = ( $units eq 'days' ) ?
$itemtype->rentalcharge_daily : $itemtype->rentalcharge_hourly;

we should set the unit to 'days' if no rule found or simply return 0 (no charge
if you aren't allowed to issue)

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/

Reply via email to