Subversion Repositories SmartDukaan

Rev

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

Rev 5944 Rev 6241
Line 57... Line 57...
57
    t_item.warrantyPeriod = item.warranty_period
57
    t_item.warrantyPeriod = item.warranty_period
58
    t_item.preferredVendor = item.preferredVendor
58
    t_item.preferredVendor = item.preferredVendor
59
    t_item.type = ItemType._NAMES_TO_VALUES[item.type]
59
    t_item.type = ItemType._NAMES_TO_VALUES[item.type]
60
    t_item.hasItemNo = item.hasItemNo
60
    t_item.hasItemNo = item.hasItemNo
61
    t_item.clearance = item.clearance
61
    t_item.clearance = item.clearance
-
 
62
    t_item.showSellingPrice = item.showSellingPrice
62
    
63
    
63
    return t_item
64
    return t_item
64
 
65
 
65
def to_t_voucher_item_mapping(voucher):
66
def to_t_voucher_item_mapping(voucher):
66
    t_voucher = VoucherItemMapping()
67
    t_voucher = VoucherItemMapping()