mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Migliorata impaginazione scheda fattura
This commit is contained in:
@@ -339,6 +339,12 @@ if (empty($record) || !$has_access) {
|
||||
$icon = 'times';
|
||||
$color = 'danger';
|
||||
break;
|
||||
|
||||
case 'copy':
|
||||
$description = tr('Duplicato');
|
||||
$icon = 'clone';
|
||||
$color = 'info';
|
||||
break;
|
||||
|
||||
default:
|
||||
$timeline_class = ' class="timeline-inverted"';
|
||||
|
||||
Reference in New Issue
Block a user