Fix rimozione fascia oraria

This commit is contained in:
loviuz 2022-04-15 14:44:30 +02:00
parent 0cfc86400e
commit 68e552bb80
1 changed files with 1 additions and 1 deletions

View File

@ -177,6 +177,6 @@ if (!empty($elementi)) {
?>
<a class="btn btn-danger ask <?php echo (intval($record['can_delete']) ? 'disabled' : ''); ?>" data-backto="record-list">
<a class="btn btn-danger ask <?php echo (intval($record['can_delete'])==0 ? 'disabled' : ''); ?>" data-backto="record-list">
<i class="fa fa-trash"></i> <?php echo tr('Elimina'); ?>
</a>