gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Mon Jun 9 16:50:52 EDT 2025
Updated via https://github.com/Gnucash/gnucash/commit/e2d3f37f (commit)
via https://github.com/Gnucash/gnucash/commit/e761185d (commit)
from https://github.com/Gnucash/gnucash/commit/7dcf5ee1 (commit)
commit e2d3f37f6782a2f90ab372e22bbc0b89b3d65257
Merge: 7dcf5ee132 e761185d5c
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Jun 9 13:47:40 2025 -0700
Merge Bruce Schuck's 'AddCMBChina' into stable.
commit e761185d5caf36c0e1bd9b13ab636b39b732807d
Author: Bruce Schuck <bschuck at asgard-systems.com>
Date: Mon Jun 9 10:23:09 2025 -0700
Added new F::Q source to single_quote_sources.
China Merchants Bank - cmbchina
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" },
Summary of changes:
libgnucash/engine/gnc-commodity.cpp | 1 +
1 file changed, 1 insertion(+)
More information about the gnucash-changes
mailing list