Aggiunta chiusura tabella fattura per multipagina
This commit is contained in:
parent
17b08dc0cc
commit
83123fc34b
|
@ -32,6 +32,16 @@ echo "
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
|
<tfoot>
|
||||||
|
<tr>
|
||||||
|
<td style="border-top:none; border-bottom:1px solid #aaa;"></td>
|
||||||
|
<td style="border-top:none; border-bottom:1px solid #aaa;"></td>
|
||||||
|
<td style="border-top:none; border-bottom:1px solid #aaa;"></td>
|
||||||
|
<td style="border-top:none; border-bottom:1px solid #aaa;"></td>
|
||||||
|
<td style="border-top:none; border-bottom:1px solid #aaa;"></td>
|
||||||
|
</tr>
|
||||||
|
</tfoot>
|
||||||
|
|
||||||
<tbody>';
|
<tbody>';
|
||||||
|
|
||||||
// RIGHE FATTURA CON ORDINAMENTO UNICO
|
// RIGHE FATTURA CON ORDINAMENTO UNICO
|
||||||
|
|
Loading…
Reference in New Issue