Update commonobject.class.php

This commit is contained in:
Laurent Destailleur 2019-08-15 19:53:38 +02:00 committed by GitHub
parent a489207122
commit 9f18b3d690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1913,7 +1913,7 @@ abstract class CommonObject
* Change the multicurrency rate
*
* @param double $rate multicurrency rate
* @param int $mode mode 1 : amounts in company currency will be recalculated, mode 2 : amounts in foreign currency
* @param int $mode mode 1 : amounts in company currency will be recalculated, mode 2 : amounts in foreign currency will be recalculated
* @return int >0 if OK, <0 if KO
*/
public function setMulticurrencyRate($rate, $mode = 1)