{$item.noPedido}
{$item.proveedor}
${$item.total|number_format:2:'.':','}
${$item.abonos|number_format:2:'.':','}
${$item.totalNotas|number_format:2:'.':','}
${$item.totalDescuentos|number_format:2:'.':','}
${$item.bonificaciones|number_format:2:'.':','}
${$item.devoluciones|number_format:2:'.':','}
${$item.saldo|number_format:2:'.':','}
{if $item.pagado}Pagado{else}Pendiente{/if}
           
{include file="{$DOC_ROOT}/templates/lists/cuentas-notas.tpl"}