Merge remote-tracking branch 'origin/new/bug_7849'
This commit is contained in:
commit
07cc9cd877
1 changed files with 1 additions and 1 deletions
|
@ -1616,7 +1616,7 @@ sub AddReturn {
|
|||
if ($borrowernumber) {
|
||||
if($issue->{'overdue'}){
|
||||
my ( $amount, $type, $daycounttotal ) = C4::Overdues::CalcFine( $item, $borrower->{categorycode},$branch, $datedue, $today );
|
||||
my $type ||= q{};
|
||||
$type ||= q{};
|
||||
if ( $amount > 0 && ( C4::Context->preference('finesMode') eq 'production' )) {
|
||||
C4::Overdues::UpdateFine(
|
||||
$issue->{itemnumber},
|
||||
|
|
Loading…
Reference in a new issue