Fixed issue 118

This commit is contained in:
Franck Allimant
2013-12-05 15:57:56 +01:00
parent 82119a171f
commit 5857c07ef0
7 changed files with 37 additions and 7 deletions

View File

@@ -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())
);
}