From 33171e1c6953f7ddf012597f70946db3389735bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gaillard?= Date: Tue, 10 Jan 2012 16:47:21 +0000 Subject: [PATCH] [-] BO : #PSTEST-365 : Description added for the default customer's groups --- controllers/admin/AdminCustomersController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/admin/AdminCustomersController.php b/controllers/admin/AdminCustomersController.php index 0399f9044..012f795e6 100644 --- a/controllers/admin/AdminCustomersController.php +++ b/controllers/admin/AdminCustomersController.php @@ -368,7 +368,8 @@ class AdminCustomersControllerCore extends AdminController 'id' => 'id_group', 'name' => 'name' ), - 'hint' => $this->l('The group will be as applied by default.') + 'hint' => $this->l('The group will be as applied by default.'), + 'desc' => $this->l('Apply the discount\'s price of this group.') ) ) );