Skip to content

Commit 0b5f91c

Browse files
committed
fix: tasto eliminazione promemoria
1 parent da27983 commit 0b5f91c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/pianificazione_interventi

plugins/pianificazione_interventi/edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
</tbody>
171171
</table>';
172172

173-
if (!empty($promemorias)) {
173+
if (!$elenco_promemoria->isEmpty()) {
174174
echo '
175175
<br>
176176
<div class="float-right d-none d-sm-inline">

0 commit comments

Comments
 (0)