We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54bf91 commit 6584e73Copy full SHA for 6584e73
1 file changed
modules/anagrafiche/ajax/select.php
@@ -82,7 +82,7 @@
82
foreach ($rs as $k => $r) {
83
$rs[$k] = array_merge($r, [
84
'text' => $r['descrizione'],
85
- 'disabled' => $r['is_bloccata'],
+ 'disabled' => !empty($elements) ? 0 : $r['is_bloccata'],
86
]);
87
}
88
0 commit comments