Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-3623

Import Manager: More WHMCS import improvments

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.10.0
    • Component/s: None
    • Labels:
      None

      Description

      Issue #1: Recurring invoice import may cause fatal error if invoice lines are assigned to an invoice that doesn't exist. Add a sanity check on line 710 of whmcs_migrator:

                          if (!isset($this->mappings['invoices'][$line->invoiceid])) {
                              continue;
                          }
      

      Issue #2: Ticket import violates full_group_by select rules by selecting a non-aggregate field that doesn't exist in the grouping clause.

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            jonathan Jonathan Reissmueller
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              26/May/20

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 1 hour, 17 minutes
              1h 17m

                Agile