| 1 |
<?php |
<?php |
| 2 |
// $Id: ec_store.module,v 1.12.2.63 2009/07/03 23:54:50 recidive Exp $ |
// $Id: ec_store.module,v 1.12.2.64 2009/07/04 06:09:48 recidive Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 265 |
$links['ec_store_transactions'] = array( |
$links['ec_store_transactions'] = array( |
| 266 |
'href' => 'admin/store/transaction', |
'href' => 'admin/store/transaction', |
| 267 |
'title' => t('View transactions'), |
'title' => t('View transactions'), |
| 268 |
'query' => 'erid='. $receipt->erid, |
'query' => 'txnid='. $receipt->erid, |
| 269 |
); |
); |
| 270 |
} |
} |
| 271 |
} |
} |