fix: ripristino campo partenza merce in stampa ddt
This commit is contained in:
parent
c12c62aaa9
commit
33d6545557
|
@ -102,6 +102,15 @@ echo '
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<small>$c_codicefiscale$</small>
|
<small>$c_codicefiscale$</small>
|
||||||
</td>
|
</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>';
|
</tr>';
|
||||||
|
|
||||||
if (!empty($destinazione)) {
|
if (!empty($destinazione)) {
|
||||||
|
|
Loading…
Reference in New Issue