Remove production hack to prevent equity import batch execution
This commit is contained in:
		
							parent
							
								
									7dc09d0a2e
								
							
						
					
					
						commit
						c513a91678
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -99,9 +99,6 @@ class CoreEquityImportBatchHandler(BatchHandler): | |||
|                                            row.STATUS_ALREADY_IN_CORE)] | ||||
| 
 | ||||
|     def execute(self, batch, progress=None, **kwargs): | ||||
|         if self.config.production(): | ||||
|             raise NotImplementedError("TODO: not yet implemented for production") | ||||
| 
 | ||||
|         rows = self.get_effective_rows(batch) | ||||
|         self.export_payments_to_corepos(rows, progress=progress) | ||||
|         return True | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar