Update multicurrency.class.php

This commit is contained in:
Laurent Destailleur 2019-05-02 12:43:01 +02:00 committed by GitHub
parent 485bc8cd7c
commit cf7b27786c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -626,7 +626,7 @@ class MultiCurrency extends CommonObject
/**
* Sync rates from api
*
* @param array $response array of reponse from api to sync dolibarr rates
* @param string $key Key to use. Come from $conf->global->MULTICURRENCY_APP_ID.
* @return void
*/
public static function syncRates($key)