fixed stocktake and warehouselocation

This commit is contained in:
2025-12-17 18:29:49 +01:00
parent 510cf384c6
commit 08e4fb7f71
8 changed files with 633 additions and 109 deletions

View File

@@ -3,7 +3,7 @@
class WarehouseLocationModel extends TTCrudBaseModel {
public int $id;
public string $title;
public string $description;
public ?string $description = null;
public int $assignedTo;
public int $createBy;
public int $create;