From 5c7919f4af2ca54d3766ffbf333a3b6cadee5305 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Thu, 08 Jan 2015 05:56:43 -0500
Subject: [PATCH] Layout improvement (flags and javascript)

---
 interface/web/client/reseller_list.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/client/reseller_list.php b/interface/web/client/reseller_list.php
index 83f5d61..d849ab9 100644
--- a/interface/web/client/reseller_list.php
+++ b/interface/web/client/reseller_list.php
@@ -49,7 +49,7 @@
 
 $app->listform_actions->SQLOrderBy = 'ORDER BY client.company_name, client.contact_name, client.client_id';
 $app->listform_actions->SQLExtWhere = "(client.limit_client > 0 or client.limit_client = -1)";
-$app->listform_actions->SQLExtSelect = ', client.country as countryiso';
+$app->listform_actions->SQLExtSelect = ', LOWER(client.country) as countryiso';
 $app->listform_actions->onLoad();
 
 

--
Gitblit v1.9.1