Subversion Repositories SmartDukaan

Rev

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

Rev 9456 Rev 9494
Line 123... Line 123...
123
    t_order.storeId = order.storeId
123
    t_order.storeId = order.storeId
124
    t_order.advanceAmount = order.advanceAmount
124
    t_order.advanceAmount = order.advanceAmount
125
    t_order.productCondition = order.productCondition
125
    t_order.productCondition = order.productCondition
126
    t_order.dataProtectionInsurer = order.dataProtectionInsurer
126
    t_order.dataProtectionInsurer = order.dataProtectionInsurer
127
    t_order.dataProtectionAmount = order.dataProtectionAmount
127
    t_order.dataProtectionAmount = order.dataProtectionAmount
-
 
128
    t_order.taxType = order.taxType
128
    return t_order
129
    return t_order
129
 
130
 
130
def to_t_lineitem(lineitem):
131
def to_t_lineitem(lineitem):
131
    t_lineitem = T_LineItem()
132
    t_lineitem = T_LineItem()
132
    t_lineitem.id = lineitem.id
133
    t_lineitem.id = lineitem.id