Subversion Repositories SmartDukaan

Rev

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

Rev 1348 Rev 1910
Line 46... Line 46...
46
    if item.bestDealText:
46
    if item.bestDealText:
47
        t_item.bestDealText = item.bestDealText
47
        t_item.bestDealText = item.bestDealText
48
    if item.bestDealValue:
48
    if item.bestDealValue:
49
        t_item.bestDealValue = item.bestDealValue
49
        t_item.bestDealValue = item.bestDealValue
50
    
50
    
-
 
51
    t_item.defaultForEntity = item.defaultForEntity
51
    t_item.otherInfo = to_t_other_info(item)
52
    t_item.otherInfo = to_t_other_info(item)
52
    return t_item
53
    return t_item
53
 
54
 
54
def to_t_other_info(item):
55
def to_t_other_info(item):
55
    t_other_info = {}
56
    t_other_info = {}