Implemented mechanism for automatic assessment of monthly rent
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@505 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -400,6 +400,18 @@ class LeasesController extends AppController {
|
||||
}
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
* action: assess_rent
|
||||
* - Assesses the new monthly rent charge, if need be
|
||||
*/
|
||||
|
||||
function assess_rent($id, $date = null) {
|
||||
$this->Lease->assessMonthlyRent($id, $date);
|
||||
}
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user