Fixed late charge cut/paste error

git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@237 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-07 01:28:03 +00:00
parent db5eed24f6
commit 1c164cebc1

View File

@@ -197,7 +197,7 @@ class LeasesController extends AppController {
$charge['type'] = $type;
if ($type == 'rent')
$charge['amount'] = $lease['Lease']['rent'];
elseif ($type == 'rent')
elseif ($type == 'late')
// REVISIT <AP> 20090705:
// Of course, the late charge should come from the late_schedule
$charge['amount'] = 10.00;