Fix missing default value for new parameter
This commit is contained in:
parent
f5bffeb535
commit
1db907e2af
@ -513,7 +513,7 @@ class MultiCurrency extends CommonObject
|
|||||||
* @return array [0] => id currency
|
* @return array [0] => id currency
|
||||||
* [1] => rate
|
* [1] => rate
|
||||||
*/
|
*/
|
||||||
public static function getIdAndTxFromCode(&$db, $code, $date_document)
|
public static function getIdAndTxFromCode(&$db, $code, $date_document='')
|
||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user