| 1 |
<?php |
<?php |
| 2 |
// $Id: ec_receipt.checkout.inc,v 1.1.2.27 2009/07/04 20:27:21 recidive Exp $ |
// $Id: ec_receipt.checkout.inc,v 1.1.2.28 2009/10/13 03:41:36 davea Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 57 |
'#value' => '', |
'#value' => '', |
| 58 |
); |
); |
| 59 |
|
|
| 60 |
if (ec_store_transaction_calc_gross($txn)) { |
if (ec_store_transaction_calc_gross($txn) || ($txn->type == "ec_donate" && count($txn->items)==0)) { |
| 61 |
if (count($txn->receipts['rtypes']) > 1) { |
if (count($txn->receipts['rtypes']) > 1) { |
| 62 |
$options = array(); |
$options = array(); |
| 63 |
|
|