<div dir="ltr">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.<div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Saludos<div><br></div><div>Rubén</div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 2, 2018 at 10:45 AM Alexander Allen <<a href="mailto:alexander.allenz@gmail.com">alexander.allenz@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello All.</div><div><br></div><div>I have products and service modules activated in my instance but I want to have service as default in entry for invoice, quotes, etc.</div><div><br></div><div>I achieve this in vtiger 6 but dont find the way to do this in vtiger 7.</div><div><br></div><div>Could some one please guide me how to achieve this.</div><div><br></div><div>Thank you.<br></div></div>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a></blockquote></div>