Subversion Repositories SmartDukaan

Rev

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

Rev 21090 Rev 21134
Line 149... Line 149...
149
    t_order.dataProtectionAmount = order.dataProtectionAmount
149
    t_order.dataProtectionAmount = order.dataProtectionAmount
150
    t_order.taxType = order.taxType
150
    t_order.taxType = order.taxType
151
    if order.logisticsTransactionId:
151
    if order.logisticsTransactionId:
152
        t_order.logisticsTransactionId = order.logisticsTransactionId
152
        t_order.logisticsTransactionId = order.logisticsTransactionId
153
    t_order.shippingCost = order.shippingCost
153
    t_order.shippingCost = order.shippingCost
-
 
154
    t_order.shippingRefund = order.shippingRefund
154
    t_order.codCharges = order.codCharges
155
    t_order.codCharges = order.codCharges
155
    t_order.wallet_amount = order.wallet_amount
156
    t_order.wallet_amount = order.wallet_amount
156
    t_order.net_payable_amount = order.net_payable_amount
157
    t_order.net_payable_amount = order.net_payable_amount
157
    return t_order
158
    return t_order
158
 
159