Use crabe by default
This commit is contained in:
parent
f5ed264c1f
commit
667f63c0b7
@ -157,8 +157,9 @@ function facture_pdf_create($db, $id, $message, $modele, $outputlangs)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print $langs->trans("Error")." ".$langs->trans("Error_FACTURE_ADDON_PDF_NotDefined");
|
//print $langs->trans("Error")." ".$langs->trans("Error_FACTURE_ADDON_PDF_NotDefined");
|
||||||
return 0;
|
//return 0;
|
||||||
|
$modele = 'crabe';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user