From e761185d5caf36c0e1bd9b13ab636b39b732807d Mon Sep 17 00:00:00 2001 From: Bruce Schuck Date: Mon, 9 Jun 2025 10:23:09 -0700 Subject: [PATCH] Added new F::Q source to single_quote_sources. China Merchants Bank - cmbchina --- libgnucash/engine/gnc-commodity.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libgnucash/engine/gnc-commodity.cpp b/libgnucash/engine/gnc-commodity.cpp index 7598654ae8..6b588f57b0 100644 --- a/libgnucash/engine/gnc-commodity.cpp +++ b/libgnucash/engine/gnc-commodity.cpp @@ -197,6 +197,7 @@ 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" },