1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-01 08:26:53 +01:00

fix: rimozione badge beta

This commit is contained in:
valentina 2024-12-03 15:04:50 +01:00
parent 7cf05e56e3
commit d4905eead1

View File

@ -679,7 +679,7 @@ $operations['copy-bulk'] = [
]; ];
$operations['delete-bulk'] = [ $operations['delete-bulk'] = [
'text' => '<span><i class="fa fa-trash"></i> '.tr('Elimina selezionati').'</span> <span class="badge badge-danger">beta</span>', 'text' => '<span><i class="fa fa-trash"></i> '.tr('Elimina selezionati').'</span>',
]; ];
if ($dir == 'entrata') { if ($dir == 'entrata') {