Aggiunta colonna protocollo in stampa registro iva

This commit is contained in:
MatteoPistorello 2022-01-17 14:52:54 +01:00
parent 012e495564
commit ea28f4fd58
2 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,7 @@ echo '
echo '
<td>'.str_pad($record['idmovimenti'], 8, '0', STR_PAD_LEFT).'</td>
<td>'.$record['numero'].'</td>
<td>'.Translator::datetoLocale($record['data_registrazione']).'</td>
<td>'.$record['numero_esterno'].'</td>
<td>'.Translator::datetoLocale($record['data']).'</td>

View File

@ -48,7 +48,8 @@ echo '<h4><b>'.$titolo.'</b></h4>
<table class="table table-condensed table-striped" border="0">
<thead>
<tr>
<th>'.tr('Prot.').'</th>
<th>'.tr('Movimento').'</th>
<th>'.tr(' Prot.').'</th>
<th>'.tr('Data reg.').'</th>
<th>'.tr('N<sup>o</sup>&nbsp;doc.').'</th>
<th>'.tr('Data doc.').'</th>