mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-21 16:38:06 -06:00
Merge Yongun Seong's FQ-dump into stable.
This commit is contained in:
commit
711554ecd5
@ -342,10 +342,11 @@ GncQuotesImpl::report (const char* source, const StrVec& commodities,
|
||||
{
|
||||
auto quote_str{query_fq (source, commodities)};
|
||||
auto ptree{parse_quotes (quote_str)};
|
||||
auto source_pt_ai{ptree.find(source)};
|
||||
if (is_currency)
|
||||
show_currency_quotes(ptree, commodities, verbose);
|
||||
show_currency_quotes(source_pt_ai->second, commodities, verbose);
|
||||
else
|
||||
show_quotes(ptree, commodities, verbose);
|
||||
show_quotes(source_pt_ai->second, commodities, verbose);
|
||||
}
|
||||
catch (const GncQuoteException& err)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user