Fix: bad path
This commit is contained in:
parent
46304c8d98
commit
a92bb8373a
@ -3297,7 +3297,7 @@ class Form
|
||||
// Generate the date part, depending on the use or not of the javascript calendar
|
||||
if (empty($conf->global->MAIN_POPUP_CALENDAR) || $conf->global->MAIN_POPUP_CALENDAR == "eldy")
|
||||
{
|
||||
$base=DOL_URL_ROOT.'/core/lib/';
|
||||
$base=DOL_URL_ROOT.'/core/';
|
||||
$reset_scripts .= 'resetDP(\''.$base.'\',\''.$prefix.'\',\''.$langs->trans("FormatDateShortJava").'\',\''.$langs->defaultlang.'\');';
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user