Skip to content

Commit

Permalink
fix: ripristino campo partenza merce in stampa ddt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pek5892 committed Nov 4, 2024
1 parent c12c62a commit 33d6545
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/ddt/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,15 @@
<td class="text-right">
<small>$c_codicefiscale$</small>
</td>
</tr>
<tr>
<td class="border-bottom">
<p class="small-bold text-muted">'.tr('Partenza merce', [], ['upper' => true]).'</p>
</td>
<td class="border-bottom text-right">
<p><small>'.$partenza.'</small></p>
</td>
</tr>';

if (!empty($destinazione)) {
Expand Down

0 comments on commit 33d6545

Please sign in to comment.