Made the link clearer that we'll only be waiving the balance of a charge, not the entire charge.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@482 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-04 20:26:33 +00:00
parent 2ddcdf9419
commit 81b5bfed26

View File

@@ -276,7 +276,7 @@ class StatementEntriesController extends AppController {
array('name' => 'Operations', 'header' => true);
$this->sidemenu_links[] =
array('name' => 'Waive',
array('name' => 'Waive Balance',
'url' => array('action' => 'waive',
$id));
}