Subversion Repositories SmartDukaan

Rev

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

Rev 18721 Rev 18739
Line 29... Line 29...
29
        livePricing.codAvailable = 1
29
        livePricing.codAvailable = 1
30
    livePricing.tagline = d_livePricing.get('tagline')
30
    livePricing.tagline = d_livePricing.get('tagline')
31
    livePricing.offer = d_livePricing.get('offer')
31
    livePricing.offer = d_livePricing.get('offer')
32
    livePricing.gross_price = d_livePricing.get('gross_price')
32
    livePricing.gross_price = d_livePricing.get('gross_price')
33
    livePricing.cheapestBulkPrice = d_livePricing.get('cheapestBulkPrice')
33
    livePricing.cheapestBulkPrice = d_livePricing.get('cheapestBulkPrice')
-
 
34
    livePricing.packQuantity = d_livePricing.get('packQuantity')
34
    
35
    
35
    return livePricing 
36
    return livePricing