Added links everywhere for charge/payment/receipt. Also, minor tweaking to the views in a couple places.

git-svn-id: file:///svn-source/pmgr/branches/initial_20090526@64 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-01 08:39:33 +00:00
parent b6ec85205d
commit 24730fda1b
6 changed files with 51 additions and 24 deletions

View File

@@ -41,7 +41,10 @@ foreach ($payments as $payment) {
'action' => 'view',
$payment['Payment']['id'])),
$payment['PaymentType']['name'],
'#'.$payment['Receipt']['id'],
$html->link('#'.$payment['Receipt']['id'],
array('controller' => 'receipts',
'action' => 'view',
$payment['Receipt']['id'])),
currency($payment['Payment']['amount']),
$payment['Payment']['comment'],
);