From 7cc6871d7f4f477255c1aa87909bc294df7599a2 Mon Sep 17 00:00:00 2001 From: Bruce Schuck Date: Sat, 25 Oct 2025 15:09:57 -0700 Subject: [PATCH] Removed China Merchants Bank from quote sources. The Finance::Quote module is no longer working and will be removed in the next release. --- libgnucash/engine/gnc-commodity.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libgnucash/engine/gnc-commodity.cpp b/libgnucash/engine/gnc-commodity.cpp index 3860a609ce..3d9f8b6ab9 100644 --- a/libgnucash/engine/gnc-commodity.cpp +++ b/libgnucash/engine/gnc-commodity.cpp @@ -196,7 +196,6 @@ static QuoteSourceList single_quote_sources = { false, SOURCE_SINGLE, NC_("FQ Source", "Italian Stock Exchange, IT"), "borsa_italiana" }, { false, SOURCE_SINGLE, NC_("FQ Source", "BSE India, IN"), "bseindia" }, { false, SOURCE_SINGLE, NC_("FQ Source", "Bucharest Stock Exchange, RO"), "bvb" }, - { false, SOURCE_SINGLE, NC_("FQ Source", "China Merchants Bank, CN"), "cmbchina" }, { false, SOURCE_SINGLE, NC_("FQ Source", "Colombo Stock Exchange, LK"), "cse" }, { false, SOURCE_SINGLE, NC_("FQ Source", "comdirect, DE"), "comdirect" }, { false, SOURCE_SINGLE, NC_("FQ Source", "Consors Bank, DE"), "consorsbank" },