Modulebuilderization

This commit is contained in:
ldestailleur
2025-03-26 00:56:24 +01:00
parent d0bf1ce3d7
commit ae59c409f6
31 changed files with 357 additions and 298 deletions

View File

@@ -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;
}