From 4e5d09e56999f44e26afb90e26e9289bca03a3e2 Mon Sep 17 00:00:00 2001 From: Francois Gaillard 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.') ) ) );