Skip to content

Commit ad8c069

Browse files
committed
fix: #1627 revisione in stampa preventivo
1 parent 6584e73 commit ad8c069

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

templates/preventivi/header.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
<tr>
4545
<td valign="top" class="border-bottom border-top">
4646
<p class="small-bold text-muted">'.tr('Nr. documento', [], ['upper' => true]).'</p>
47-
<p>'.$documento['numero'].'</p>
47+
<b>'.tr('_NUM_', [
48+
'_NUM_' => $documento['numero'].(count($documento->revisioni) > 1 ? ' '.tr('rev.').' '.$documento->numero_revision : ''),
49+
], ['upper' => true]).'</b>
4850
</td>
4951
5052
<td class="border-bottom border-top">

0 commit comments

Comments
 (0)