Backend add missing details order view #77

Merged
bilal.catic merged 9 commits from backend-add-missing-details-order-view into development 2018-12-03 00:08:34 +01:00
Showing only changes of commit a0b7faa90f - Show all commits

View File

@@ -77,6 +77,7 @@ class Wiaas_Admin_Orders {
public static function add_custom_data_to_order_preview ($order){
$order['commercial_lead_name'] = Wiaas_Order::get_order_commercial_lead_name( $order['data']['id'] );
$order['needs_shipping'] = true;
return $order;
}