Subversion Repositories SmartDukaan

Rev

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

Rev 20873 Rev 20876
Line 316... Line 316...
316
        order.taxType = t_order.taxType
316
        order.taxType = t_order.taxType
317
    if t_order.shippingCost:
317
    if t_order.shippingCost:
318
        order.shippingCost = t_order.shippingCost
318
        order.shippingCost = t_order.shippingCost
319
    if t_order.codCharges:
319
    if t_order.codCharges:
320
        order.codCharges = t_order.codCharges
320
        order.codCharges = t_order.codCharges
-
 
321
    order.wallet_amount = t_order.wallet_amount
-
 
322
    order.net_payable_amount = t_order.net_payable_amount
321
    return order
323
    return order
322
    
324
    
323
def create_transaction(t_transaction):
325
def create_transaction(t_transaction):
324
    t_orders = t_transaction.orders
326
    t_orders = t_transaction.orders
325
    if not t_orders:
327
    if not t_orders: