Remove The Taxes Widget From Cs-Cart Multivendor Admin

Hi guys,

Any idea how to remove the taxes widget from the admin home page??

See screenshot attached please.

1zp1opl.jpg

Comment the code in /design/backend/templates/views/index/index.tpl

                {if !empty($orders_stat.taxes)}
                    
                        
{__("taxes")}

{include file="common/price.tpl" value=$orders_stat.taxes.subtotal}

{include file="common/price.tpl" value=$orders_stat.taxes.prev_subtotal}, {if $orders_stat.taxes.subtotal > $orders_stat.taxes.prev_subtotal}+{/if}{$orders_stat.taxes.diff nofilter}%
{/if}