/[drupal]/contributions/modules/ecommerce/ec_receipt/ec_receipt.checkout.inc
ViewVC logotype

Diff of /contributions/modules/ecommerce/ec_receipt/ec_receipt.checkout.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.28, Tue Oct 13 03:41:36 2009 UTC revision 1.1.2.29, Sun Oct 25 02:32:55 2009 UTC
# Line 1  Line 1 
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
# Line 57  function ec_receipt_checkout_form(&$form Line 57  function ec_receipt_checkout_form(&$form
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    

Legend:
Removed from v.1.1.2.28  
changed lines
  Added in v.1.1.2.29

  ViewVC Help
Powered by ViewVC 1.1.2