[-] CORE: Add details payment from payment_cc in the order view

This commit is contained in:
vSchoener
2011-10-25 09:09:06 +00:00
parent d64f7ace35
commit 89fb2e100a
3 changed files with 27 additions and 3 deletions
+2 -1
View File
@@ -513,7 +513,8 @@ class AdminOrdersControllerCore extends AdminController
'currentIndex' => self::$currentIndex,
'carrierModuleCall' => $carrier_module_call,
'iso_code_lang' => $this->context->language->iso_code,
'id_lang' => $this->context->language->id
'id_lang' => $this->context->language->id,
'paymentCCDetails' => PaymentCC::getByOrderId($order->id)
));
// Assign Hook