From f9f673d78f3a8848a79753ed4d8cb6c58169bcfb Mon Sep 17 00:00:00 2001 From: Samy Rabih Date: Wed, 27 Feb 2013 16:53:32 +0100 Subject: [PATCH] Default adresse layout update As many countries use mobile phones in an extensive way, it should be useful to update the default address layout --- controllers/admin/AdminCountriesController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/admin/AdminCountriesController.php b/controllers/admin/AdminCountriesController.php index e71874924..9e711e6d9 100644 --- a/controllers/admin/AdminCountriesController.php +++ b/controllers/admin/AdminCountriesController.php @@ -145,7 +145,8 @@ class AdminCountriesControllerCore extends AdminController array('address2'), array('postcode', 'city'), array('Country:name'), - array('phone')); + array('phone'), + array('phone_mobile')); foreach ($default_layout_tab as $line) $default_layout .= implode(' ', $line)."\r\n";