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:
abijah
2009-08-18 04:00:17 +00:00
parent 7049542e59
commit 2866145e66

View File

@@ -414,7 +414,6 @@ class Lease extends AppModel {
*/
function assessMonthlyLate($id, $date = null) {
$this->prFunctionLevel(25);
$this->prEnter(compact('id', 'date'));
$this->id = $id;