1
0
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:
Luca
2020-02-13 03:09:49 +01:00
parent e15bb5b6d0
commit ca48a52970
3 changed files with 16 additions and 9 deletions

View File

@@ -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"';