Fix bug reported by scrutinizer
This commit is contained in:
parent
6b24d81afc
commit
b57f3a3f36
@ -137,7 +137,7 @@ function pt($db, $sql, $date)
|
||||
if ($obj->mode == 'paid')
|
||||
{
|
||||
$amountpaid = $obj->mm;
|
||||
$totalpaid = $totalpaid + $amountpaied;
|
||||
$totalpaid = $totalpaid + $amountpaid;
|
||||
}
|
||||
|
||||
if ($obj->mode == 'paid')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user