2
0
forked from Wavyzz/dolibarr

Fix default value of currency update

This commit is contained in:
ldestailleur
2025-07-25 03:22:53 +02:00
parent de76f65fba
commit 5248d0bba5

View File

@@ -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