Remove debug
This commit is contained in:
parent
b2b125f4ce
commit
cbaff31614
@ -46,8 +46,6 @@ class OrderConfirmationController extends OrderConfirmationControllerCore
|
|||||||
'is_client' => ($order->getCustomerNbOrders($order->id_customer) == 1 ? 1 : 0),
|
'is_client' => ($order->getCustomerNbOrders($order->id_customer) == 1 ? 1 : 0),
|
||||||
));
|
));
|
||||||
|
|
||||||
Tools::p($order->getCustomerNbOrders($order->id_customer));
|
|
||||||
|
|
||||||
$this->setTemplate(_PS_THEME_DIR_.'order-confirmation.tpl');
|
$this->setTemplate(_PS_THEME_DIR_.'order-confirmation.tpl');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user