Details
- 
        Type: Bug Bug
- 
        Status: Closed
- 
            Priority: Major Major
- 
            Resolution: Fixed
- 
            Affects Version/s: None
- 
            Fix Version/s: 5.5.0
- 
            Component/s: None
- 
            Labels:None
Description
To reproduce:
- Import a whmcs database with no support departments
To resolve, around line 1516 change:
        foreach ($departments as $department) {
To
        $this->mappings['support_departments'] = [];
        foreach ($departments as $department) {
