/[drupal]/contributions/modules/uc_discounts/discounts/uc_discounts_product.module
ViewVC logotype

Diff of /contributions/modules/uc_discounts/discounts/uc_discounts_product.module

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

revision 1.1.4.2, Fri Oct 31 18:40:53 2008 UTC revision 1.1.4.3, Sat Nov 1 00:48:03 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: uc_discounts_product.module,v 1.1.4.1 2008/10/31 14:18:50 psynaptic Exp $  // $Id: uc_discounts_product.module,v 1.1.4.2 2008/10/31 18:40:53 psynaptic Exp $
3    
4  /*******************************************************************************  /*******************************************************************************
5   * Hook Functions (Ubercart)   * Hook Functions (Ubercart)
# Line 212  function uc_discounts_product_apply($op, Line 212  function uc_discounts_product_apply($op,
212      $discount = $total_price;      $discount = $total_price;
213    }    }
214    
   // remove affected items from cart  
215    return $discount;    return $discount;
216  }  }

Legend:
Removed from v.1.1.4.2  
changed lines
  Added in v.1.1.4.3

  ViewVC Help
Powered by ViewVC 1.1.2