mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 02:39:35 -04:00 
			
		
		
		
	Merge pull request #7492 from turbo124/v5-develop
Fixes for bug that sends multiple emails per import
This commit is contained in:
		
						commit
						dc6638b9d2
					
				| @ -562,7 +562,7 @@ class BaseImport | |||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	protected function finalizeImport() | 	public function finalizeImport() | ||||||
| 	{ | 	{ | ||||||
| 		$data = [ | 		$data = [ | ||||||
| 			'errors'  => $this->error_array, | 			'errors'  => $this->error_array, | ||||||
|  | |||||||
| @ -61,9 +61,6 @@ class Csv extends BaseImport implements ImportInterface | |||||||
|             $this->{$entity}(); |             $this->{$entity}(); | ||||||
|         } |         } | ||||||
|          |          | ||||||
|         //collate any errors
 |  | ||||||
| 
 |  | ||||||
|         $this->finalizeImport(); |  | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     public function client() |     public function client() | ||||||
|  | |||||||
| @ -41,7 +41,7 @@ class Freshbooks extends BaseImport | |||||||
| 
 | 
 | ||||||
|         //collate any errors
 |         //collate any errors
 | ||||||
| 
 | 
 | ||||||
|         $this->finalizeImport(); |         // $this->finalizeImport();
 | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     public function client() |     public function client() | ||||||
|  | |||||||
| @ -39,7 +39,7 @@ class Invoice2Go extends BaseImport | |||||||
| 
 | 
 | ||||||
|         //collate any errors
 |         //collate any errors
 | ||||||
| 
 | 
 | ||||||
|         $this->finalizeImport(); |         // $this->finalizeImport();
 | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -38,7 +38,7 @@ class Invoicely extends BaseImport | |||||||
| 
 | 
 | ||||||
|         //collate any errors
 |         //collate any errors
 | ||||||
| 
 | 
 | ||||||
|         $this->finalizeImport(); |         // $this->finalizeImport();
 | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     public function client() |     public function client() | ||||||
|  | |||||||
| @ -54,7 +54,7 @@ class Wave extends BaseImport implements ImportInterface | |||||||
| 
 | 
 | ||||||
|         //collate any errors
 |         //collate any errors
 | ||||||
| 
 | 
 | ||||||
|         $this->finalizeImport(); |         // $this->finalizeImport();
 | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     public function client() |     public function client() | ||||||
|  | |||||||
| @ -40,7 +40,7 @@ class Zoho extends BaseImport | |||||||
| 
 | 
 | ||||||
|         //collate any errors
 |         //collate any errors
 | ||||||
| 
 | 
 | ||||||
|         $this->finalizeImport(); |         // $this->finalizeImport();
 | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     public function client() |     public function client() | ||||||
|  | |||||||
| @ -79,6 +79,8 @@ class CSVIngest implements ShouldQueue { | |||||||
| 
 | 
 | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|  |         $engine->finalizeImport(); | ||||||
|  |          | ||||||
|         $this->checkContacts(); |         $this->checkContacts(); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user