Subversion Repositories SmartDukaan

Rev

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

Rev 2028 Rev 2035
Line 28... Line 28...
28
    if item.addedOn:
28
    if item.addedOn:
29
        t_item.addedOn = to_java_date(item.addedOn)
29
        t_item.addedOn = to_java_date(item.addedOn)
30
    if item.updatedOn:
30
    if item.updatedOn:
31
        t_item.updatedOn = to_java_date(item.updatedOn)
31
        t_item.updatedOn = to_java_date(item.updatedOn)
32
    t_item.itemStatus = item.status
32
    t_item.itemStatus = item.status
-
 
33
    t_item.status_description = item.status_description
33
    
34
    
34
    if item.sellingPrice:
35
    if item.sellingPrice:
35
        t_item.sellingPrice = item.sellingPrice
36
        t_item.sellingPrice = item.sellingPrice
36
    if item.dealerPrice:
37
    if item.dealerPrice:
37
        t_item.dealerPrice = item.dealerPrice    
38
        t_item.dealerPrice = item.dealerPrice