fixed createLocations Action not working

This commit is contained in:
2024-10-10 09:34:24 +02:00
parent ea5a25ea03
commit 8fdab0a1bf
2 changed files with 10 additions and 5 deletions

View File

@@ -5,6 +5,6 @@ class WarehouseLocationModel extends TTCrudBaseModel {
public string $title;
public string $description;
public int $assignedTo;
public int $createdBy;
public int $createBy;
public int $create;
}