mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
fix: ripristino campo partenza merce in stampa ddt
This commit is contained in:
parent
7c93675196
commit
364e33adaf
@ -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…
x
Reference in New Issue
Block a user