Added ability to waive a partial charge.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@472 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-03 04:14:44 +00:00
parent 1aa6273ade
commit 7d81b9766b
3 changed files with 11 additions and 5 deletions

View File

@@ -270,7 +270,7 @@ class StatementEntriesController extends AppController {
if (strtoupper($entry['StatementEntry']['type']) === 'CHARGE' &&
$stats['reconciled'] == 0) {
$stats['balance'] > 0) {
// Set up dynamic menu items
$this->sidemenu_links[] =
array('name' => 'Operations', 'header' => true);