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.