Fixed late charge cut/paste error
git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629/site@237 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -197,7 +197,7 @@ class LeasesController extends AppController {
|
|||||||
$charge['type'] = $type;
|
$charge['type'] = $type;
|
||||||
if ($type == 'rent')
|
if ($type == 'rent')
|
||||||
$charge['amount'] = $lease['Lease']['rent'];
|
$charge['amount'] = $lease['Lease']['rent'];
|
||||||
elseif ($type == 'rent')
|
elseif ($type == 'late')
|
||||||
// REVISIT <AP> 20090705:
|
// REVISIT <AP> 20090705:
|
||||||
// Of course, the late charge should come from the late_schedule
|
// Of course, the late charge should come from the late_schedule
|
||||||
$charge['amount'] = 10.00;
|
$charge['amount'] = 10.00;
|
||||||
|
|||||||
Reference in New Issue
Block a user