diff --git a/inventory-backend/app/api/v1/inbound/buy.py b/inventory-backend/app/api/v1/inbound/buy.py index 2d00d57..67b8426 100644 --- a/inventory-backend/app/api/v1/inbound/buy.py +++ b/inventory-backend/app/api/v1/inbound/buy.py @@ -190,7 +190,7 @@ def update_buy(id): 'stock_quantity': 'inbound_buy:stock_quantity', 'available_quantity': 'inbound_buy:available_quantity', 'inspection_status': 'inbound_buy:inspection_status', - 'warehouse_location': 'inbound_buy:warehouse_location', + 'warehouse_location': 'inbound_buy:warehouse_loc', 'unit_price': 'inbound_buy:unit_price', 'post_tax_unit_price': 'inbound_buy:post_tax_unit_price', 'tax_rate': 'inbound_buy:tax_rate',