CoreBOSBB

Full Version: Quote Module Set Default to Product vs. Services
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I believe my Quote Module originally defaulted to show a Service as the first line item. At some point, I found a feature that enabled me to change it from Services to Products. Now I want to switch it back to Services and after searching high and low, I can't find where it was that I made the change. It wasn't code level, at least to my recollection.

I'm checking my default install of corebos to see what the original setting was... and it looks like it was products... so maybe my recollection is off. perhaps it was a code level change. any thoughts on this?

maybe it was when i switched from vtiger to corebos that the switch happened.
Hi,

You should be able to control this defining the global variable product_service_default

https://github.com/tsolucio/corebos/blob/master/build/changeSets/DefineGlobalVariables.php#L77

Go to the Global Variable module, select this variable and set it to "Products" or "Services" depending on what you need.

Let us know how it goes.
How did that turn out?
(07-26-2016, 11:48 PM)joebordes Wrote: [ -> ]How did that turn out?

I haven't tried it yet, but thank you for the reminder. I plan to give it a try soon.