1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 11:30:55 +01:00

fix: ripristino campo partenza merce in stampa ddt

This commit is contained in:
valentina 2024-11-04 10:06:12 +01:00
parent c12c62aaa9
commit 33d6545557

View File

@ -102,6 +102,15 @@ echo '
<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)) {