Subversion Repositories SmartDukaan

Rev

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

Rev 2035 Rev 2065
Line 51... Line 51...
51
    if item.bestDealValue:
51
    if item.bestDealValue:
52
        t_item.bestDealValue = item.bestDealValue
52
        t_item.bestDealValue = item.bestDealValue
53
    
53
    
54
    t_item.defaultForEntity = item.defaultForEntity
54
    t_item.defaultForEntity = item.defaultForEntity
55
    t_item.otherInfo = to_t_other_info(item)
55
    t_item.otherInfo = to_t_other_info(item)
-
 
56
    t_item.bestSellingRank = item.bestSellingRank
-
 
57
    
56
    return t_item
58
    return t_item
57
 
59
 
58
def to_t_other_info(item):
60
def to_t_other_info(item):
59
    t_other_info = {}
61
    t_other_info = {}
60
    for item_info in item.iteminfo:
62
    for item_info in item.iteminfo: