From bf5b6a540f660ef66041214a23559400bc350018 Mon Sep 17 00:00:00 2001 From: diptanilsaha Date: Mon, 28 Jul 2025 18:25:16 +0530 Subject: [PATCH] fix: patch to enable fetch_valuation_rate_for_internal_transaction --- erpnext/patches.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 5f4c3672228..abad865a1ed 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -414,3 +414,4 @@ erpnext.patches.v15_0.update_pegged_currencies erpnext.patches.v15_0.set_company_on_pos_inv_merge_log erpnext.patches.v15_0.rename_price_list_to_buying_price_list erpnext.patches.v15_0.remove_sales_partner_from_consolidated_sales_invoice +execute:frappe.db.set_single_value("Accounts Settings", "fetch_valuation_rate_for_internal_transaction", 1)