// Adding reference in admin order details

// Adding reference in payment return of cheque and bankwire module
This commit is contained in:
mDeflotte
2011-11-25 15:45:38 +00:00
parent 3837c20852
commit a5f64b1340
32 changed files with 56 additions and 83 deletions
+1 -1
View File
@@ -716,7 +716,7 @@ class AdminOrdersControllerCore extends AdminController
$deliveryState = new State((int)($addressDelivery->id_state));
}
$this->toolbar_title = $this->l('Order #').sprintf('%06d', $order->id).' - '.$customer->firstname.' '.$customer->lastname;
$this->toolbar_title = $this->l('Order #').sprintf('%06d', $order->id).' ('.$order->reference.') - '.$customer->firstname.' '.$customer->lastname;
// Smarty assign
$this->tpl_view_vars = array(