Subversion Repositories SmartDukaan

Rev

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

Rev 3089 Rev 3355
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.expectedDelay = item.expectedDelay
60
    
61
    
61
    return t_item
62
    return t_item
62
 
63
 
63
def to_t_other_info(item):
64
def to_t_other_info(item):
64
    t_other_info = {}
65
    t_other_info = {}