Bugzilla – Attachment #103295: Bug 25123: Count the current fine when reducing for maxFine for
bug #25123
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 25123
Collapse All
|
Expand All
(-)
a/C4/Overdues.pm (-2 lines)
Lines 552-558 sub UpdateFine {
Link Here
552
}
552
}
553
else {
553
else {
554
$accountline = $overdue;
554
$accountline = $overdue;
555
next;
556
}
555
}
557
}
556
}
558
$total_amount_other += $overdue->amountoutstanding;
557
$total_amount_other += $overdue->amountoutstanding;
559
-
Return to
bug 25123