Initial thoughts on the charge reversal. It's obviously not working yet, or I wouldn't leave it hanging on a branch.

git-svn-id: file:///svn-source/pmgr/branches/alt_reversal_20090806@502 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-07 04:20:20 +00:00
parent 9dd09c4d2e
commit 011d1208e8
3 changed files with 32 additions and 35 deletions

View File

@@ -189,6 +189,7 @@ class StatementEntriesController extends AppController {
function reverse($id) {
$this->StatementEntry->reverse($id);
$this->render('/FAKE');
$this->redirect(array('action'=>'view', $id));
}