We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6584e73 commit ad8c069Copy full SHA for ad8c069
1 file changed
templates/preventivi/header.php
@@ -44,7 +44,9 @@
44
<tr>
45
<td valign="top" class="border-bottom border-top">
46
<p class="small-bold text-muted">'.tr('Nr. documento', [], ['upper' => true]).'</p>
47
- <p>'.$documento['numero'].'</p>
+ <b>'.tr('_NUM_', [
48
+ '_NUM_' => $documento['numero'].(count($documento->revisioni) > 1 ? ' '.tr('rev.').' '.$documento->numero_revision : ''),
49
+ ], ['upper' => true]).'</b>
50
</td>
51
52
<td class="border-bottom border-top">
0 commit comments