Merge branch 'ticket/r13161-Fusion-Levest-Roykin' into dev

This commit is contained in:
Rodney Figaro 2017-05-15 10:55:33 +02:00
commit d795a8e236

View File

@ -53,7 +53,7 @@ abstract class PaymentModule extends PaymentModuleCore
if (preg_match('/^order_conf_product_list/', $template_name)===1) {
// antadis 13161 group products by brands, and get their brand
$brands_summary = Cart::getBrandSummaryWithProducts($product_var_tpl_list, $this->context);
$brands_summary = Cart::getBrandSummaryWithProducts($var, $this->context);
// antadis 13161 end
$this->context->smarty->assign('category_brands', $brands_summary['category_brands']);