Modified a couple reports to have url control over the period

git-svn-id: file:///svn-source/pmgr/branches/v0.3_work@997 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2010-07-02 22:05:24 +00:00
parent fff2e84fb1
commit 920dba3a4d
3 changed files with 6 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ echo '<div class="statement_entry overview">' . "\n";
*/
$rows = array();
$rows[] = array('12 Month Charges', FormatHelper::currency($overview['charges']));
$rows[] = array("$months Month Charges", FormatHelper::currency($overview['charges']));
echo $this->element('table',
array('class' => 'item statement_entry detail',