|
Lines 98-103
sub accumulate_rentalcharge {
Link Here
|
| 98 |
branchcode => $self->library->id |
98 |
branchcode => $self->library->id |
| 99 |
} |
99 |
} |
| 100 |
); |
100 |
); |
|
|
101 |
return, 0 unless $issuing_rule; |
| 102 |
|
| 101 |
my $units = $issuing_rule->lengthunit; |
103 |
my $units = $issuing_rule->lengthunit; |
| 102 |
my $rentalcharge_increment = |
104 |
my $rentalcharge_increment = |
| 103 |
( $units eq 'days' ) |
105 |
( $units eq 'days' ) |
| 104 |
- |
|
|