Turned off debugging code that was left on.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@594 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-17 02:52:47 +00:00
parent 170f660528
commit 377a4cc88c
4 changed files with 6 additions and 6 deletions

View File

@@ -127,7 +127,7 @@ class LedgerEntry extends AppModel {
* - Inserts new Ledger Entry into the database
*/
function addLedgerEntry($entry, $tender = null) {
$this->prFunctionLevel(16);
//$this->prFunctionLevel(16);
$this->prEnter(compact('entry', 'tender'));
$ret = array('data' => $entry);