Subversion Repositories SmartDukaan

Rev

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

Rev 2120 Rev 2251
Line 53... Line 53...
53
        t_item.bestDealValue = item.bestDealValue
53
        t_item.bestDealValue = item.bestDealValue
54
    
54
    
55
    t_item.defaultForEntity = item.defaultForEntity
55
    t_item.defaultForEntity = item.defaultForEntity
56
    t_item.otherInfo = to_t_other_info(item)
56
    t_item.otherInfo = to_t_other_info(item)
57
    t_item.bestSellingRank = item.bestSellingRank
57
    t_item.bestSellingRank = item.bestSellingRank
-
 
58
    t_item.risky = item.risky
58
    
59
    
59
    return t_item
60
    return t_item
60
 
61
 
61
def to_t_other_info(item):
62
def to_t_other_info(item):
62
    t_other_info = {}
63
    t_other_info = {}