Subversion Repositories SmartDukaan

Rev

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

Rev 7427 Rev 7530
Line 264... Line 264...
264
    if detail:
264
    if detail:
265
        t_sourcedetail.id = detail.id
265
        t_sourcedetail.id = detail.id
266
        t_sourcedetail.name = detail.name
266
        t_sourcedetail.name = detail.name
267
        t_sourcedetail.email = detail.email
267
        t_sourcedetail.email = detail.email
268
        t_sourcedetail.tinNumber = detail.tinNumber
268
        t_sourcedetail.tinNumber = detail.tinNumber
-
 
269
        t_sourcedetail.lastUpdatedOn = to_java_date(detail.lastUpdatedOn)
269
    return t_sourcedetail
270
    return t_sourcedetail
270
 
271
 
271
def to_t_amazonorder(AmazonOrder):
272
def to_t_amazonorder(AmazonOrder):
272
    t_amazonorder = T_AmazonOrder()
273
    t_amazonorder = T_AmazonOrder()
273
    t_amazonorder.orderId=AmazonOrder.orderId
274
    t_amazonorder.orderId=AmazonOrder.orderId