Subversion Repositories SmartDukaan

Rev

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

Rev 8579 Rev 8616
Line 69... Line 69...
69
    t_item.activeOnStore = item.activeOnStore
69
    t_item.activeOnStore = item.activeOnStore
70
    t_item.showSellingPrice = item.showSellingPrice
70
    t_item.showSellingPrice = item.showSellingPrice
71
    t_item.preferredInsurer = item.preferredInsurer
71
    t_item.preferredInsurer = item.preferredInsurer
72
    t_item.holdInventory = item.holdInventory
72
    t_item.holdInventory = item.holdInventory
73
    t_item.defaultInventory = item.defaultInventory
73
    t_item.defaultInventory = item.defaultInventory
-
 
74
    t_item.isListedOnSnapdeal = item.isListedOnSnapdeal
74
    return t_item
75
    return t_item
75
 
76
 
76
def to_t_insurer(insurer):
77
def to_t_insurer(insurer):
77
    t_insurer = TInsurer()
78
    t_insurer = TInsurer()
78
    t_insurer.id = insurer.id
79
    t_insurer.id = insurer.id