disabled logging when assessing late charges
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@615 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -414,7 +414,6 @@ class Lease extends AppModel {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
function assessMonthlyLate($id, $date = null) {
|
function assessMonthlyLate($id, $date = null) {
|
||||||
$this->prFunctionLevel(25);
|
|
||||||
$this->prEnter(compact('id', 'date'));
|
$this->prEnter(compact('id', 'date'));
|
||||||
$this->id = $id;
|
$this->id = $id;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user