From 96cf8a20599a9bb73f5277c995d87241adc5a5dd Mon Sep 17 00:00:00 2001 From: bMancone Date: Mon, 23 Jan 2012 10:23:14 +0000 Subject: [PATCH] // Improvement #PSTEST-518 --- controllers/admin/AdminSupplyOrdersController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controllers/admin/AdminSupplyOrdersController.php b/controllers/admin/AdminSupplyOrdersController.php index 2884d5ce7..79be86872 100644 --- a/controllers/admin/AdminSupplyOrdersController.php +++ b/controllers/admin/AdminSupplyOrdersController.php @@ -738,6 +738,7 @@ class AdminSupplyOrdersControllerCore extends AdminController $this->list_simple_header = true; $this->list_no_link = true; $this->colorOnBackground = true; + $this->row_hover = false; $this->bulk_actions = array('Update' => array('text' => $this->l('Update selected'), 'confirm' => $this->l('Update selected items?'))); $this->addRowAction('details'); @@ -782,6 +783,7 @@ class AdminSupplyOrdersControllerCore extends AdminController // display these global order informations $this->displayInformation($this->l('This interface allows you to update the quantities of this on-going order.').'
'); $this->displayInformation($this->l('Be careful : once you update, you cannot go back unless you add new negative stock movements.').'
'); + $this->displayInformation($this->l('Please not that a green line means that you received what you expected, and a red line means that you received more than expected.').'
'); // generates content $content = $helper->generateList($this->_list, $this->fieldsDisplay);