mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-22 21:28:08 +01:00
Aggiunta chiusura tabella fattura per multipagina
This commit is contained in:
parent
17b08dc0cc
commit
83123fc34b
@ -31,6 +31,16 @@ echo "
|
||||
<th class='text-center' style='width:10%'>".tr('IVA', [], ['upper' => true]).' (%)</th>
|
||||
</tr>
|
||||
</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>';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user