From 00ff7fdcd058d0c1924d91b3d6b2e4d4a6a423f5 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Thu, 10 May 2012 10:01:10 +0000 Subject: [PATCH] // Fix Fatal error --- 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'),