Subversion Repositories SmartDukaan

Rev

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

Rev 7426 Rev 7431
Line 1568... Line 1568...
1568
            minp = pricing.dealerPrice
1568
            minp = pricing.dealerPrice
1569
         
1569
         
1570
        
1570
        
1571
    minap = math.ceil(min(max(500, rp*0.1),rp))
1571
    minap = math.ceil(min(max(500, rp*0.1),rp))
1572
 
1572
 
-
 
1573
    if minp > rp:
-
 
1574
        minp = rp
1573
    sp = tStorePricing()
1575
    sp = tStorePricing()
1574
    sp.itemId = itemId
1576
    sp.itemId = itemId
1575
    sp.recommendedPrice = rp
1577
    sp.recommendedPrice = rp
1576
    sp.absoluteMinPrice = minp
1578
    sp.absoluteMinPrice = minp
1577
    sp.minPrice = minp
1579
    sp.minPrice = minp