Subversion Repositories SmartDukaan

Rev

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

Rev 2841 Rev 3089
Line 55... Line 55...
55
    t_item.hotspotCategory = item.hotspotCategory
55
    t_item.hotspotCategory = item.hotspotCategory
56
    t_item.defaultForEntity = item.defaultForEntity
56
    t_item.defaultForEntity = item.defaultForEntity
57
    t_item.otherInfo = to_t_other_info(item)
57
    t_item.otherInfo = to_t_other_info(item)
58
    t_item.bestSellingRank = item.bestSellingRank
58
    t_item.bestSellingRank = item.bestSellingRank
59
    t_item.risky = item.risky
59
    t_item.risky = item.risky
60
    t_item.similarityIndex = item.similarityIndex
-
 
61
    
60
    
62
    return t_item
61
    return t_item
63
 
62
 
64
def to_t_other_info(item):
63
def to_t_other_info(item):
65
    t_other_info = {}
64
    t_other_info = {}