Fix missing errror on facture clone

This commit is contained in:
Sekan, Tobias 2020-04-23 11:04:14 +02:00
parent 177f4f535d
commit f793844862

View File

@ -2674,6 +2674,7 @@ class FactureFournisseur extends CommonInvoice
if ($result < 0) if ($result < 0)
{ {
$this->error = $object->error; $this->error = $object->error;
$this->errors = $object->errors;
$error++; $error++;
} }