Subversion Repositories SmartDukaan

Rev

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

Rev 7393 Rev 7410
Line 263... Line 263...
263
    t_sourcedetail = T_SourceDetail()
263
    t_sourcedetail = T_SourceDetail()
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
    return t_sourcedetail
269
    return t_sourcedetail
269
 
270
 
270
def to_t_amazonorder(AmazonOrder):
271
def to_t_amazonorder(AmazonOrder):
271
    t_amazonorder = T_AmazonOrder()
272
    t_amazonorder = T_AmazonOrder()
272
    t_amazonorder.orderId=AmazonOrder.orderId
273
    t_amazonorder.orderId=AmazonOrder.orderId