Ventas
{* if $Usr.type == "facturacion"}
Notas de Venta por Facturar:
{$notasPorFacturar}
{/if *}
{if $Usr.type == "admin" || $Usr.type == "centralizador" || $Usr.type == "gerente" || $Usr.type == "cajero"}
{include file="forms/search-ventas-central.tpl"}
{/if}
{include file="lists/ventas.tpl"}