Added flag to allow ledger entry reversals, regardless of the reconciled status. I'm not sure how we really want to handle reversals.

git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@312 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-11 15:50:48 +00:00
parent 288e4c05de
commit ccf0138eee
2 changed files with 17 additions and 1 deletions

View File

@@ -341,6 +341,19 @@ class LeasesController extends AppController {
}
/**************************************************************************
**************************************************************************
**************************************************************************
* action: refund
* - Provides user with a refund
* REVISIT <AP>: 20090710
* Should this be a customer function?
*/
function refund($id) {
}
/**************************************************************************
**************************************************************************
**************************************************************************