|
@@ -513,7 +513,7 @@ class MultiCurrency extends CommonObject
|
|
|
* @return array [0] => id currency
|
|
|
* [1] => rate
|
|
|
*/
|
|
|
- public static function getIdAndTxFromCode(&$db, $code, $date_document)
|
|
|
+ public static function getIdAndTxFromCode(&$db, $code, $date_document='')
|
|
|
{
|
|
|
global $conf;
|
|
|
|