Subversion Repositories SmartDukaan

Rev

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

Rev 18739 Rev 19152
Line 30... Line 30...
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
    livePricing.packQuantity = d_livePricing.get('packQuantity')
35
    
-
 
-
 
35
    livePricing.netPricingAfterCashBack = d_livePricing.get('netPricingAfterCashBack')
-
 
36
    livePricing.showNetPrice = d_livePricing.get('showNetPrice')
36
    return livePricing 
37
    return livePricing