Merge pull request #13710 from TobiasSekan/FixMissingErrorOnCloneObject
FIX not shown error on clone vendor invoice with ExtraFields
This commit is contained in:
commit
e84601f5ed
@ -2678,6 +2678,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