Another checkin screwup where we accidentally specified ledger.php instead of ledger_entry.php
git-svn-id: file:///svn-source/pmgr/branches/surplus_account_20090815@585 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -130,7 +130,7 @@ class LedgerEntry extends AppModel {
|
|||||||
/* pr(array('LedgerEntry::addLedgerEntry' => */
|
/* pr(array('LedgerEntry::addLedgerEntry' => */
|
||||||
/* compact('entry', 'tender'))); */
|
/* compact('entry', 'tender'))); */
|
||||||
|
|
||||||
$ret = array();
|
$ret = array('data' => $entry);
|
||||||
if (!$this->verifyLedgerEntry($entry, $tender))
|
if (!$this->verifyLedgerEntry($entry, $tender))
|
||||||
return array('error' => true) + $ret;
|
return array('error' => true) + $ret;
|
||||||
|
|
||||||
@@ -138,10 +138,6 @@ class LedgerEntry extends AppModel {
|
|||||||
$entry['ledger_id'] =
|
$entry['ledger_id'] =
|
||||||
$this->Account->currentLedgerID($entry['account_id']);
|
$this->Account->currentLedgerID($entry['account_id']);
|
||||||
|
|
||||||
/* pr(array('LedgerEntry::addLedgerEntry' => */
|
|
||||||
/* array('checkpoint' => 'Pre-Save') */
|
|
||||||
/* + compact('entry'))); */
|
|
||||||
|
|
||||||
$this->create();
|
$this->create();
|
||||||
if (!$this->save($entry))
|
if (!$this->save($entry))
|
||||||
return array('error' => true) + $ret;
|
return array('error' => true) + $ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user