Merge branch 'bugfix'
This commit is contained in:
commit
49cb1e8e13
3 changed files with 8 additions and 2 deletions
|
@ -431,7 +431,7 @@ class CreateProductsBatch(ProductsGrid):
|
|||
if self.request.POST:
|
||||
provider = self.request.POST.get('provider')
|
||||
if provider:
|
||||
provider = batches.get_provider(provider)
|
||||
provider = batches.get_provider(self.request.rattail_config, provider)
|
||||
if provider:
|
||||
|
||||
if self.request.POST.get('params') == 'True':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue