X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=7067ae786a7d83cbca5ceee37245da6749503657;hb=c81440fdf91c294d4dc4778cfeccde5d10101faa;hp=b0e8cc551fb649fa4d274d2c30706db2b6e06f27;hpb=170d0390d753d3f2a7f30c4ed59488d7992426d8;p=fa-stable.git diff --git a/config.default.php b/config.default.php index b0e8cc55..7067ae78 100644 --- a/config.default.php +++ b/config.default.php @@ -281,6 +281,12 @@ $login_max_attempts = 10; $xr_providers = array("ECB", "YAHOO", "GOOGLE", "BLOOMBERG"); $dflt_xr_provider = 0; +/* + Set to true when remote service is authoritative source of exchange rates, and can be stored automatically without + manual edition. Otherwise exrate is stored on first new currency transaction of the day. +*/ +$xr_provider_authoritative = false; + /* Optional sorting sales documents lines during edition according to item code */