forked from Wavyzz/dolibarr
Fix default value of currency update
This commit is contained in:
@@ -154,7 +154,7 @@ class modMultiCurrency extends DolibarrModules
|
||||
'parameters' => '0,0,cron',
|
||||
'comment' => 'Update all the currencies using the currencylayer API. An API key needs to be given in the multi-currency module config page to have this job working.<br>First param is not used, Second parameter is 0 to update only already existing currency defined into the Multicurrency module or 1 to add any currency. Third parameter must be "cron".',
|
||||
'frequency' => 1,
|
||||
'unitfrequency' => 2678400,
|
||||
'unitfrequency' => 604800,
|
||||
'status' => $statusatinstall,
|
||||
'test' => 'isModEnabled("cron")',
|
||||
'datestart' => $datestart
|
||||
|
||||
Reference in New Issue
Block a user