[+] BO : in order tab you have new information of new customer message
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17158 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1348,6 +1348,7 @@ class AdminOrdersControllerCore extends AdminController
|
||||
'orders_total_paid_tax_incl' => $order->getOrdersTotalPaid(), // Get the sum of total_paid_tax_incl of the order with similar reference
|
||||
'total_paid' => $order->getTotalPaid(),
|
||||
'returns' => OrderReturn::getOrdersReturn($order->id_customer, $order->id),
|
||||
'customer_thread_message' => CustomerThread::getCustomerMessages($order->id_customer, 0),
|
||||
'orderMessages' => OrderMessage::getOrderMessages($order->id_lang),
|
||||
'messages' => Message::getMessagesByOrderId($order->id, true),
|
||||
'carrier' => new Carrier($order->id_carrier),
|
||||
|
||||
Reference in New Issue
Block a user