From 29ec1a1bd0814ddfaeac638397ae1660b193a39a Mon Sep 17 00:00:00 2001 From: rGaillard Date: Thu, 10 May 2012 10:01:10 +0000 Subject: [PATCH] // Fix Fatal error git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15160 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminCustomersController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/admin/AdminCustomersController.php b/controllers/admin/AdminCustomersController.php index 162b6386a..ea1202a4e 100644 --- a/controllers/admin/AdminCustomersController.php +++ b/controllers/admin/AdminCustomersController.php @@ -226,7 +226,6 @@ class AdminCustomersControllerCore extends AdminController $days = Tools::dateDays(); $groups = Group::getGroups($this->default_form_language, true); - $accounting_number = Accounting::getDisplayedCustomerAccount($this->getFieldValue($obj, 'id_customer'), true); $this->fields_form = array( 'legend' => array( 'title' => $this->l('Customer'),