Fix start_date param for pricing batch upload
This commit is contained in:
		
							parent
							
								
									9b101963e5
								
							
						
					
					
						commit
						22c33b58c7
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -193,6 +193,7 @@ class PricingBatchView(BatchMasterView): | |||
| 
 | ||||
|     def get_batch_kwargs(self, batch, **kwargs): | ||||
|         kwargs = super(PricingBatchView, self).get_batch_kwargs(batch, **kwargs) | ||||
|         kwargs['start_date'] = batch.start_date | ||||
|         kwargs['min_diff_threshold'] = batch.min_diff_threshold | ||||
|         kwargs['min_diff_percent'] = batch.min_diff_percent | ||||
|         kwargs['calculate_for_manual'] = batch.calculate_for_manual | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar