Topic: EXCHANGE RATE SOURCE
I found that some of the exchange rate such as TWD(Taiwanese NT Dollar) is unavailable in ECB. But when I change the source in config.php around line 287 to $dflt_xr_provider = 1; //YAHOO. It will update. I then tested on GOOGLE and BLOOMBERG. The source Google is Ok but Bloomberg did not update. Is the Bloomberg no longer available?
$xr_providers = array("ECB", "YAHOO", "GOOGLE", "BLOOMBERG");
$dflt_xr_provider = 0;
/Mark