From 62b27ec255e7e1dea88229e68a0f828ca99cd8bd Mon Sep 17 00:00:00 2001 From: abijah Date: Sat, 11 Jul 2009 00:46:31 +0000 Subject: [PATCH] clean up lingering comments. git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629/site@302 97e9348a-65ac-dc4b-aefc-98561f571b83 --- views/ledger_entries/view.ctp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/views/ledger_entries/view.ctp b/views/ledger_entries/view.ctp index ceddf47..8302350 100644 --- a/views/ledger_entries/view.ctp +++ b/views/ledger_entries/view.ctp @@ -82,7 +82,6 @@ $rows[] = array('Monetary Source', (isset($source['name']) 'action' => 'view', $source['id'])) : null)); -//$rows[] = array('Amount', FormatHelper::currency($entry['amount'])); $rows[] = array('Comment', $entry['comment']); echo $this->element('table', @@ -165,10 +164,6 @@ foreach ($ledgers AS $type => $ledger) { if (!$ledger['Account']['trackable']) continue; - //$verb = ($ledger['Account']['ftype'] == $type) ? 'REDUCTION' : 'INCREASE'; - $caption = ('Matching ' . (($type == 'credit') ? 'DEBITS' : 'CREDITS') . - ' from Account ' . $ledger['Account']['name']); - //$caption = ('Reconciled Entries ' . ($ledger['Account']['ftype'] == $type ? 'OUT OF' : 'INTO') . $caption = ('Applied transfers ' . ($ledger['Account']['ftype'] == $type ? 'out of' : 'into') . ' Account: ' . $ledger['Account']['name']); echo $this->element('ledger_entries', array