? ec_charge/templates/ec-charge-add-component.tpl.php
Index: ec_charge/ec_charge.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ecommerce/ec_charge/Attic/ec_charge.admin.inc,v
retrieving revision 1.1.2.54
diff -u -p -r1.1.2.54 ec_charge.admin.inc
--- ec_charge/ec_charge.admin.inc	12 May 2010 13:51:58 -0000	1.1.2.54
+++ ec_charge/ec_charge.admin.inc	13 May 2010 10:14:47 -0000
@@ -201,7 +201,7 @@ function ec_charge_admin_edit_form(&$for
       0 => t('Transaction'),
       1 => t('Product'),
     ),
-    '#description' => t('Choose where this charge is going to be applied to the transaction. If you choose transaction the charge will be added as an additional line item on the invoice, or a product is where the price will be included in the total price of the product.'),
+    '#description' => t('Choose where this charge is going to be applied to the transaction. If you choose transaction the charge will be added as an additional line item on the invoice, or a product is where the charge will be included in the total price of the product.'),
   );
   
   $form['chg_group'] = array(
Index: ec_charge/ec_charge.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ecommerce/ec_charge/Attic/ec_charge.module,v
retrieving revision 1.1.4.48
diff -u -p -r1.1.4.48 ec_charge.module
--- ec_charge/ec_charge.module	12 May 2010 13:51:58 -0000	1.1.4.48
+++ ec_charge/ec_charge.module	13 May 2010 10:14:47 -0000
@@ -458,7 +458,7 @@ function ec_charge_product_charges($node
   $charges = ctools_export_load_object('ec_charge', 'conditions', array('enabled' => 1, 'chg_type' => 1));
   uasort($charges, 'ec_sort');
 
-  foreach ($result as $chg) {
+  foreach ($charges as $chg) {
     // Stop recurrsion on charges
     if ($current_charge != $chg->chgid) {
       $current_charge = $chg->chgid;
