Merge branch 'master' into tax

This commit is contained in:
Etienne Roudeix
2013-10-24 10:37:05 +02:00
603 changed files with 164514 additions and 2787 deletions

View File

@@ -227,6 +227,7 @@ class Order extends BaseAction implements EventSubscriberInterface
->setWeight($pse->getWeight())
->setTaxRuleTitle($taxRuleI18n->getTitle())
->setTaxRuleDescription($taxRuleI18n->getDescription())
->setEanCode($pse->getEanCode())
;
$orderProduct->setDispatcher($this->getDispatcher());
$orderProduct->save($con);