Fixed issue 118
This commit is contained in:
@@ -652,7 +652,7 @@ class ProductController extends AbstractCrudController
|
||||
|
||||
$this->dispatch(
|
||||
TheliaEvents::PRODUCT_SET_TEMPLATE,
|
||||
new ProductSetTemplateEvent($product, $template_id)
|
||||
new ProductSetTemplateEvent($product, $template_id, $this->getCurrentEditionCurrency()->getId())
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user