Subversion Repositories SmartDukaan

Rev

Rev 4941 | Rev 5331 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4941 Rev 5044
Line 55... Line 55...
55
                discounts.append(discount)
55
                discounts.append(discount)
56
            
56
            
57
            cart.totalPrice = total_selling_price
57
            cart.totalPrice = total_selling_price
58
            cart.discountedPrice = total_discounted_price
58
            cart.discountedPrice = total_discounted_price
59
    
59
    
60
    return cart, discounts
-
 
61
60
    return cart, discounts
-
 
61
 
-
 
62
def getDiscountOnItem(item):
-
 
63
    return None
-
 
64
62
65