Subversion Repositories SmartDukaan

Rev

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

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