Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
2165da08e1
|
@ -31,6 +31,16 @@ echo "
|
||||||
<th class='text-center' style='width:10%'>".tr('IVA', [], ['upper' => true]).' (%)</th>
|
<th class='text-center' style='width:10%'>".tr('IVA', [], ['upper' => true]).' (%)</th>
|
||||||
</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>';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue