Subversion Repositories SmartDukaan

Rev

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

Rev 609 Rev 630
Line 33... Line 33...
33
    
33
    
34
    if item.sellingPrice:
34
    if item.sellingPrice:
35
        t_item.sellingPrice = item.sellingPrice
35
        t_item.sellingPrice = item.sellingPrice
36
    if item.dealerPrice:
36
    if item.dealerPrice:
37
        t_item.dealerPrice = item.dealerPrice    
37
        t_item.dealerPrice = item.dealerPrice    
38
    if item.sellingPrice:
38
    if item.mrp:
39
        t_item.mrp = item.mrp    
39
        t_item.mrp = item.mrp    
40
    if item.sellingPrice:
40
    if item.mop:
41
        t_item.mop = item.mop
41
        t_item.mop = item.mop
42
    t_item.itemInventory = to_t_item_inventory(item.currentInventory, item.id)
42
    t_item.itemInventory = to_t_item_inventory(item.currentInventory, item.id)
43
    
43
    
44
    if item.bestDealText:
44
    if item.bestDealText:
45
        t_item.bestDealText = item.bestDealText
45
        t_item.bestDealText = item.bestDealText