forked from Wavyzz/dolibarr
Qual: All call to dolibarr_ functions are made on dol_ functions.
This commit is contained in:
@@ -216,8 +216,8 @@ function commande_pdf_create($db, $id, $modele, $outputlangs)
|
||||
else
|
||||
{
|
||||
$outputlangs->charset_output=$sav_charset_output;
|
||||
dolibarr_syslog("Erreur dans commande_pdf_create");
|
||||
dolibarr_print_error($db,$obj->pdferror());
|
||||
dol_syslog("Erreur dans commande_pdf_create");
|
||||
dol_print_error($db,$obj->pdferror());
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user