Files
ventas_php/templates/boxes/total-desglosado-nota.tpl

8 lines
228 B
Smarty
Executable File

<div style="width:550px;">
<div style="width:150px" class="totDesgNota">Total</div>
<div style="width:250px" class="totDesgNota" align="right">
${$totalDesglosado.total}
</div>
<div style="clear:both"></div>
</div>