Skip to content
Snippets Groups Projects
  1. Nov 28, 2021
    • Prasad's avatar
      Fixes #1540: Merged cleanup code in Field.php · 4fb39d53
      Prasad authored
      4fb39d53
    • Prasad's avatar
      Merge branch 'fix_query_performance' into 'master' · 83350c76
      Prasad authored
      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
      83350c76
  2. Nov 18, 2021
  3. Nov 12, 2021
  4. Nov 10, 2021
  5. Nov 03, 2021
  6. Oct 21, 2021
  7. Oct 04, 2021
  8. Oct 03, 2021
  9. Oct 02, 2021
  10. Sep 23, 2021
  11. Sep 12, 2021
  12. Aug 26, 2021
  13. Aug 24, 2021
  14. Aug 23, 2021
  15. Aug 08, 2021
  16. Jul 30, 2021
  17. Jul 29, 2021
  18. Jul 28, 2021
  19. Jul 26, 2021
  20. Jul 23, 2021
  21. Jul 21, 2021
  22. Jul 20, 2021
Loading