Use default value if none defined.
This commit is contained in:
parent
e3ec84d202
commit
8a10f4801b
@ -157,8 +157,9 @@ function project_pdf_create($db, $comid, $modele,$outputlangs)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print $langs->trans("Error")." ".$langs->trans("Error_PROJECT_ADDON_PDF_NotDefined");
|
$modele='baleine';
|
||||||
return 0;
|
//print $langs->trans("Error")." ".$langs->trans("Error_PROJECT_ADDON_PDF_NotDefined");
|
||||||
|
//return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user