mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-22 21:28:08 +01:00
Aggiunta colonna protocollo in stampa registro iva
This commit is contained in:
parent
012e495564
commit
ea28f4fd58
@ -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>
|
||||
|
@ -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('N° Prot.').'</th>
|
||||
<th>'.tr('Data reg.').'</th>
|
||||
<th>'.tr('N<sup>o</sup> doc.').'</th>
|
||||
<th>'.tr('Data doc.').'</th>
|
||||
|
Loading…
Reference in New Issue
Block a user