Avoid printing errors on documents that are fine without

This commit is contained in:
Raphaël Doursenaud 2013-07-19 15:07:21 +02:00
parent d802470aae
commit e119a5c650

View File

@ -695,13 +695,7 @@ class pdf_crabe extends ModelePDFFactures
&& ! $conf->global->FACTURE_CHQ_NUMBER && ! $conf->global->FACTURE_CHQ_NUMBER
&& ! $conf->global->FACTURE_RIB_NUMBER) && ! $conf->global->FACTURE_RIB_NUMBER)
{ {
$pdf->SetXY($this->marge_gauche, $posy); $this->error = $outputlangs->transnoentities("ErrorNoPaiementModeConfigured");
$pdf->SetTextColor(200,0,0);
$pdf->SetFont('','B', $default_font_size - 2);
$pdf->MultiCell(80, 3, $outputlangs->transnoentities("ErrorNoPaiementModeConfigured"),0,'L',0);
$pdf->SetTextColor(0,0,0);
$posy=$pdf->GetY()+1;
} }
// Show payment mode // Show payment mode