Files
ventas_php/templates/lists/pedidos-cajas2.tpl

13 lines
314 B
Smarty
Executable File

<b>DISTRIBUCION No. DE CAJAS POR SUCURSAL</b>
<br /><br />
{foreach from=$sucCajas item=item key=kS}
<div class="boxDist">
<b>Suc. {$item.noSuc}</b> <br />
{$item.cantidad}
</div>
{foreachelse}
Ning&uacute;n registro encontrado.
{/foreach}
<div style="clear:both"></div>
<br />