2
0
forked from Wavyzz/dolibarr

Fix regression

This commit is contained in:
Laurent Destailleur (aka Eldy)
2025-01-20 12:51:00 +01:00
parent 1f360ca498
commit dcb0befcd4
4 changed files with 4 additions and 4 deletions

View File

@@ -464,7 +464,7 @@ class Receptions extends DolibarrApi
}
continue;
}
$this->reception->$field = $this->_checkValForAPI($field, $val, $this->reception);
$this->reception->$field = $this->_checkValForAPI($field, $value, $this->reception);
}
if ($this->reception->update(DolibarrApiAccess::$user) > 0) {