Fix missing errror on facture clone
This commit is contained in:
parent
177f4f535d
commit
f793844862
@ -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++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user