Remove some edbob references.

This commit is contained in:
Lance Edgar 2014-06-12 22:07:34 -07:00
parent 59cefd7182
commit 8cf5605e8e
3 changed files with 3 additions and 4 deletions

View file

@ -386,7 +386,7 @@ class CreateProductsBatch(ProductsGrid):
}
return render_to_response('/progress.mako', kwargs, request=self.request)
enabled = edbob.config.get('rattail.pyramid', 'batches.providers')
enabled = self.request.rattail_config.get('rattail.pyramid', 'batches.providers')
if enabled:
enabled = enabled.split()