Removed the comment block, since it's not longer needed and has now been saved.
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@448 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -191,34 +191,6 @@ class Tender extends AppModel {
|
||||
if ($result['error'])
|
||||
die("Unable to save Bounce transaction");
|
||||
|
||||
/* [data] => Array */
|
||||
/* ( */
|
||||
/* [Transaction] => Array */
|
||||
/* ( */
|
||||
/* [stamp] => 07/30/2009 17:17 */
|
||||
/* [comment] => */
|
||||
/* [type] => INVOICE */
|
||||
/* [crdr] => DEBIT */
|
||||
/* [account_id] => 3 */
|
||||
/* [customer_id] => */
|
||||
/* [lease_id] => 43 */
|
||||
/* ) */
|
||||
|
||||
/* [Entry] => Array */
|
||||
/* ( */
|
||||
/* [1] => Array */
|
||||
/* ( */
|
||||
/* [account_id] => 17 */
|
||||
/* [effective_date] => 07/30/2009 */
|
||||
/* [through_date] => */
|
||||
/* [amount] => 35 */
|
||||
/* [comment] => */
|
||||
/* [type] => CHARGE */
|
||||
/* [crdr] => CREDIT */
|
||||
/* ) */
|
||||
/* ) */
|
||||
/* ) */
|
||||
|
||||
// Add NSF Charge
|
||||
$result = $this->NsfTransaction->addInvoice
|
||||
(array('Transaction' =>
|
||||
|
||||
Reference in New Issue
Block a user