Subversion Repositories SmartDukaan

Rev

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

Rev 2251 Rev 2497
Line 50... Line 50...
50
    if item.bestDealText:
50
    if item.bestDealText:
51
        t_item.bestDealText = item.bestDealText
51
        t_item.bestDealText = item.bestDealText
52
    if item.bestDealValue:
52
    if item.bestDealValue:
53
        t_item.bestDealValue = item.bestDealValue
53
        t_item.bestDealValue = item.bestDealValue
54
    
54
    
-
 
55
    t_item.hotspotCategory = item.hotspotCategory
55
    t_item.defaultForEntity = item.defaultForEntity
56
    t_item.defaultForEntity = item.defaultForEntity
56
    t_item.otherInfo = to_t_other_info(item)
57
    t_item.otherInfo = to_t_other_info(item)
57
    t_item.bestSellingRank = item.bestSellingRank
58
    t_item.bestSellingRank = item.bestSellingRank
58
    t_item.risky = item.risky
59
    t_item.risky = item.risky
59
    
60