Fixed query error impacting performances in inventory
Compare changes
Files
+ 2
− 3
@@ -756,7 +756,7 @@ class Accounts extends CRMEntity {
@@ -1753,4 +1753,4 @@ class Accounts extends CRMEntity {
\ No newline at end of file
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
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
Copyright 2023 Vtiger. All rights reserved.