Merge branch 'fix_query_performance' into 'master'
Fixed query error impacting performances in inventory This merge request is fixing and error in several queries impacting significantly performances if there are a big number of orders in the database. Replaced: vtiger_invoice_recurring_info.start_period = vtiger_salesorder.salesorderid With: vtiger_invoice_recurring_info.salesorderid = vtiger_salesorder.salesorderid See merge request !842
No related branches found
No related tags found
Showing
- modules/Accounts/Accounts.php 2 additions, 2 deletionsmodules/Accounts/Accounts.php
- modules/Contacts/Contacts.php 2 additions, 2 deletionsmodules/Contacts/Contacts.php
- modules/Potentials/Potentials.php 2 additions, 2 deletionsmodules/Potentials/Potentials.php
- modules/Products/Products.php 1 addition, 1 deletionmodules/Products/Products.php
- modules/Quotes/Quotes.php 1 addition, 1 deletionmodules/Quotes/Quotes.php
- pkg/vtiger/modules/Services/modules/Services/Services.php 1 addition, 1 deletionpkg/vtiger/modules/Services/modules/Services/Services.php
Loading
Please register or sign in to comment