Feature 5388: Print Invoices (documents) list gets too long. Fixed by default 180...
[fa-stable.git] / config.default.php
index 461a1be7ea33113de8a690ace7f33f6314316b88..acd3ddc62b4d6bec2a5ea0b3539bcc78d5b71627 100644 (file)
@@ -178,7 +178,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        Choose Exchange Rate Provider
        Default is ECB for backwards compatibility
 */
-       $xr_providers = array("EXCHANGE-RATES.ORG", "ECB", "YAHOO", "GOOGLE", "BLOOMBERG");     
+       $xr_providers = array("ECB", "EXCHANGE-RATES.ORG", "GOOGLE", "YAHOO", "BLOOMBERG");
        $dflt_xr_provider = 0;
 
 /*