From 4a53356d197052d4c86b9f9906cf1d39a85ca1d0 Mon Sep 17 00:00:00 2001 From: Arnesh S <136910444+arnesh1419@users.noreply.github.com> Date: Tue, 19 May 2026 18:45:14 +0530 Subject: [PATCH] Revert "fix:failed to update quotation in ERP" --- medusa_integration/api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/medusa_integration/api.py b/medusa_integration/api.py index 0ab3c2f..282ac01 100644 --- a/medusa_integration/api.py +++ b/medusa_integration/api.py @@ -132,7 +132,6 @@ def get_medusa_prices(items, price_list=None, customer_id=None, draft_order_id=N def create_quotation(): from frappe.model.mapper import get_mapped_doc data = json.loads(frappe.request.data) - frappe.log_error("create_quotation called with data", data) medusa_id = data.get("customer_id") create_so = data.get("create_so", False) items = data.get("items", []) @@ -292,7 +291,6 @@ def create_quotation(): address = None if billing_address and final_customer: - frappe.log_error("billing_address", billing_address) is_default = billing_address.get("is_default", False) country_code = billing_address.get( "country_code",