Fix start_date param for pricing batch upload
This commit is contained in:
parent
9b101963e5
commit
22c33b58c7
|
@ -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…
Reference in a new issue