Skip to content

Fixed query error impacting performances in inventory

beppo.it requested to merge direzione/vtigercrm:fix_query_performance into master

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

Merge request reports