Details
- 
        Type:
 Bug
            
         - 
        Status: Closed
 - 
            Priority:
 Blocker
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: 4.3.2
 - 
            Fix Version/s: 4.4.0-b1
 - 
            Component/s: Staff Interface
 - 
            Labels:None
 
Description
When deleting a client not all things are deleted, the following error is logged:
[2018-10-10 18:15:49] general.ERROR: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'blesta.invoices_recur_lines' doesn't exist in .. [truncated]
app/models/invoices.php references a table called invoices_recur_lines but it should be invoice_recur_lines (typo!)