Envíos :: Tienda - Tienda
{if $Usr.type == "compras" || $Usr.type == "almacen" || $Usr.type == "gerente" || $Usr.type == "direccion"}
{/if}
{include file="forms/search-envios-tienda.tpl"}
{if $msg != ""}
{if $msg == "Saved"}
El envío fue agregado correctamente.
{elseif $msg == "Recibido"}
El envío fue recibido correctamente.
{elseif $msg == "Autorizado"}
El envío fue autorizado correctamente.
{elseif $msg == "Rechazado"}
El envío fue rechazado correctamente.
{/if}
{/if}
{include file="lists/envios-tienda.tpl"}