Skip to content
Snippets Groups Projects
Commit 83350c76 authored by Prasad's avatar Prasad
Browse files

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
parents 649f1c8a 71e7ce63
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment