mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Modulebuilderization
This commit is contained in:
@@ -4829,6 +4829,8 @@ abstract class CommonObject
|
||||
$this->status = $status;
|
||||
} elseif ($fieldstatus == 'tobuy') {
|
||||
$this->status_buy = $status; // @phpstan-ignore-line
|
||||
} elseif ($fieldstatus == 'tobatch') {
|
||||
$this->status_batch = $status; // @phpstan-ignore-line
|
||||
} else {
|
||||
$this->status = $status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user