Left r466 with syntax error... fixed that
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@469 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -118,7 +118,7 @@ class Transaction extends AppModel {
|
|||||||
// REVISIT <AP>: 20090802
|
// REVISIT <AP>: 20090802
|
||||||
// Completely un-implemented. Just copied from addReceipt
|
// Completely un-implemented. Just copied from addReceipt
|
||||||
// and search-replace receipt with waiver.
|
// and search-replace receipt with waiver.
|
||||||
return ('error' => true);
|
return array('error' => true);
|
||||||
|
|
||||||
// Establish the transaction as a waiver
|
// Establish the transaction as a waiver
|
||||||
$waiver =& $data['Transaction'];
|
$waiver =& $data['Transaction'];
|
||||||
|
|||||||
Reference in New Issue
Block a user