mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix regression
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user