2
0
forked from Wavyzz/dolibarr
* fix CI

* fix CI

* fix CI

* fix CI

* fix CI

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code
This commit is contained in:
Frédéric FRANCE
2025-10-04 13:29:57 +02:00
committed by GitHub
parent 597088f030
commit 6afec608a3
27 changed files with 52 additions and 113 deletions

View File

@@ -586,6 +586,7 @@ class ReceptionLineBatch extends CommonObjectLine
// Load source object
$object->fetch($fromid);
$object->id = 0;
$object->status = 0;
$object->statut = 0;
// Clear fields
@@ -597,7 +598,7 @@ class ReceptionLineBatch extends CommonObjectLine
// Other options
if ($result < 0) {
$this->error = $object->error;
$this->setErrorsFromObject($object);
$error++;
}