<div dir="ltr">Thank you Ruben. I achieve this time ago but appreciate your help.<br></div><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El lun, 23 may 2022 a las 20:18, Ruben Estrada (<<a href="mailto:rulotec1@gmail.com" target="_blank">rulotec1@gmail.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I know it's a bit late since the question was asked, but here's an answer.<br>
<br>
There are basically 2 options:<br>
<br>
1) If you don't use the Products module at all, just disable it and <br>
Services will be the default.<br>
<br>
2) If you do use Products, then go to <br>
layouts/v7/modules/Inventory/partials/LineItemsContent.tpl and around <br>
line 88, you'll find something like:<br>
<br>
<br>
{elseif $entityType eq '' and $PRODUCT_ACTIVE eq 'true'}<br>
                                                                        <span class="lineItemPopup cursorPointer" <br>
data-popup="ProductsPopup" title="{vtranslate('Products',$MODULE)}" <br>
data-module-name="Products" <br>
data-field-name="productid">{Vtiger_Module_Model::getModuleIconPath('Products')}</span><br>
                                                                {elseif $entityType eq '' and $SERVICE_ACTIVE eq 'true'}<br>
                                                                        <span class="lineItemPopup cursorPointer" <br>
data-popup="ServicesPopup" title="{vtranslate('Services',$MODULE)}" <br>
data-module-name="Services" <br>
data-field-name="serviceid">{Vtiger_Module_Model::getModuleIconPath('Services')}</span><br>
                                                                {else}<br>
<br>
just switch the elseif statements, so that services is the default.<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div></div>