mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-02 22:57:33 -05:00 
			
		
		
		
	Adjust check data order
This commit is contained in:
		
							parent
							
								
									54a9e63851
								
							
						
					
					
						commit
						fef994b99e
					
				@ -75,6 +75,8 @@ class CheckData extends Command
 | 
				
			|||||||
            config(['database.default' => $database]);
 | 
					            config(['database.default' => $database]);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        $this->checkContacts();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (! $this->option('client_id')) {
 | 
					        if (! $this->option('client_id')) {
 | 
				
			||||||
            $this->checkBlankInvoiceHistory();
 | 
					            $this->checkBlankInvoiceHistory();
 | 
				
			||||||
            $this->checkPaidToDate();
 | 
					            $this->checkPaidToDate();
 | 
				
			||||||
@ -84,7 +86,6 @@ class CheckData extends Command
 | 
				
			|||||||
        //$this->checkInvoices();
 | 
					        //$this->checkInvoices();
 | 
				
			||||||
        $this->checkInvoiceBalances();
 | 
					        $this->checkInvoiceBalances();
 | 
				
			||||||
        $this->checkClientBalances();
 | 
					        $this->checkClientBalances();
 | 
				
			||||||
        $this->checkContacts();
 | 
					 | 
				
			||||||
        $this->checkUserAccounts();
 | 
					        $this->checkUserAccounts();
 | 
				
			||||||
        //$this->checkLogoFiles();
 | 
					        //$this->checkLogoFiles();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user