Skip to content

Commit 0fe84e2

Browse files
committed
fix: avviso plugin consuntivo
1 parent 594c2b5 commit 0fe84e2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

plugins/consuntivo/edit.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,11 +401,13 @@ function getQueryInterventiDisponibili($idanagrafica)
401401
</div>
402402
</div>
403403
</div>';
404-
}
405-
echo '
404+
} else {
405+
echo'
406406
<div class="alert alert-info">
407407
<p>'.tr('Per monitorare il consumo ore, inserisci almeno una riga con unità di misura "ore"').'.</p>
408-
</div>
408+
</div>';
409+
}
410+
echo '
409411
<div class="row">
410412
<div class="col-md-6">
411413
<table class="table text-left table-striped table-bordered">

0 commit comments

Comments
 (0)