Skip to content

Commit ecb6fb5

Browse files
committed
fix: refuso
1 parent 045ed0d commit ecb6fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update/2_8_3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
FROM `zz_categorie`
2626
WHERE (`colore` IS NULL OR `colore` = "")
2727
AND `is_impianto` = 1
28-
AND `id_parent` IS NULL
28+
AND `parent` IS NULL
2929
ORDER BY `id` ASC
3030
');
3131

0 commit comments

Comments
 (0)