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
Jonathan Reissmueller
created issue -
Automated transition triggered when Jonathan Reissmueller created a branch in Stash -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Automated transition triggered when Jonathan Reissmueller created pull request #18 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 30 minutes [ 1800 ] | |
Worklog Id | 13658 [ 13658 ] |
Jonathan Reissmueller
made changes -
Sprint | 4.11.0 Sprint 2 [ 109 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Abdy Franco
made changes -
Time Spent | 30 minutes [ 1800 ] | 1 hour, 17 minutes [ 4620 ] |
Worklog Id | 13660 [ 13660 ] |
Automated transition triggered when Jonathan Reissmueller merged pull request #18 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |