Fix api checklist per impianto

This commit is contained in:
Matteo 2024-01-17 10:45:12 +01:00
parent f0aba5bd4b
commit 17423f2131
1 changed files with 3 additions and 1 deletions

View File

@ -165,7 +165,9 @@ class Checklists extends AppResource
zz_checks.note,
IF(zz_checks.id_parent IS NULL, 0, zz_checks.id_parent) AS id_parent,
zz_checks.checked_by,
zz_checks.order AS ordine
zz_checks.order AS ordine,
zz_checks.is_titolo,
zz_checks.id_record_from AS idimpianto
FROM zz_checks
WHERE zz_checks.id = '.prepare($id);