Subversion Repositories SmartDukaan

Rev

Rev 34205 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34205 Rev 34206
Line 4049... Line 4049...
4049
    lineitem.color = item.color
4049
    lineitem.color = item.color
4050
    
4050
    
4051
    session.commit()
4051
    session.commit()
4052
    move_orders_to_correct_warehouse()
4052
    move_orders_to_correct_warehouse()
4053
    '''
4053
    '''
-
 
4054
    print 'Could not change product'
4054
    order = get_order(order_id)
4055
    order = get_order(order_id)
4055
    return order
4056
    return order
4056
 
4057
 
4057
 
4058
 
4058
def change_warehouse(order_id, warehouse_id):
4059
def change_warehouse(order_id, warehouse_id):