Fix code unreachable

This commit is contained in:
Laurent Destailleur 2016-11-13 18:17:49 +01:00
parent d42b08231b
commit 0f1b34f556

View File

@ -372,9 +372,6 @@ class pdf_merou extends ModelePdfExpedition
$this->error=$outputlangs->transnoentities("ErrorConstantNotDefined","EXP_OUTPUTDIR"); $this->error=$outputlangs->transnoentities("ErrorConstantNotDefined","EXP_OUTPUTDIR");
return 0; return 0;
} }
$this->error=$outputlangs->transnoentities("ErrorUnknown");
return 0; // Erreur par defaut
} }
/** /**