Subversion Repositories SmartDukaan

Rev

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

Rev 6511 Rev 6777
Line 44... Line 44...
44
    
44
    
45
    if item.comments:
45
    if item.comments:
46
        t_item.comments = item.comments
46
        t_item.comments = item.comments
47
    if item.bestDealText:
47
    if item.bestDealText:
48
        t_item.bestDealText = item.bestDealText
48
        t_item.bestDealText = item.bestDealText
-
 
49
    if item.bestDealsDetailsText:
-
 
50
        t_item.bestDealsDetailsText = item.bestDealsDetailsText
-
 
51
    if item.bestDealsDetailsLink:
-
 
52
        t_item.bestDealsDetailsLink = item.bestDealsDetailsLink 
49
    if item.bestDealValue:
53
    if item.bestDealValue:
50
        t_item.bestDealValue = item.bestDealValue
54
        t_item.bestDealValue = item.bestDealValue
51
    
55
    
52
    t_item.defaultForEntity = item.defaultForEntity
56
    t_item.defaultForEntity = item.defaultForEntity
53
    t_item.bestSellingRank = item.bestSellingRank
57
    t_item.bestSellingRank = item.bestSellingRank