diff --git a/pom.xml b/pom.xml
index 1385417d7..3a2a40de0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
4.0.0manage
- 1.2.38
+ 1.2.39UTF-8
diff --git a/src/main/resources/au/com/royalpay/payment/manage/mappers/system/ClientMapper.xml b/src/main/resources/au/com/royalpay/payment/manage/mappers/system/ClientMapper.xml
index d662f1615..14649d122 100644
--- a/src/main/resources/au/com/royalpay/payment/manage/mappers/system/ClientMapper.xml
+++ b/src/main/resources/au/com/royalpay/payment/manage/mappers/system/ClientMapper.xml
@@ -142,7 +142,7 @@
and (c.client_moniker=#{search_text} or c.short_name like #{name_pattern} or c.company_name like
#{name_pattern} or c.business_name like #{name_pattern} or c.remark like
- #{name_pattern} or c.contact_email=#{search_text})
+ #{name_pattern} or c.contact_email=#{search_text} or c.address = #{search_text})
and c.client_moniker=#{search_text}
@@ -162,6 +162,12 @@
and c.remark like #{name_pattern}
+
+ and c.contact_email like #{name_pattern}
+
+
+ and c.address like #{name_pattern}
+ and c.org_id=#{org_id}and c.org_id in
@@ -317,7 +323,7 @@
and (c.client_moniker=#{search_text} or c.short_name like #{name_pattern} or c.company_name like
#{name_pattern} or c.business_name like #{name_pattern} or c.remark like
- #{name_pattern} or c.contact_email=#{search_text})
+ #{name_pattern} or c.contact_email=#{search_text} or c.address = #{search_text})
and c.client_moniker=#{search_text}
@@ -337,6 +343,12 @@
and c.remark like #{name_pattern}
+
+ and c.contact_email like #{name_pattern}
+
+
+ and c.address like #{name_pattern}
+ and c.org_id=#{org_id}and c.org_id in
diff --git a/src/main/ui/static/payment/partner/templates/partner_compliance.html b/src/main/ui/static/payment/partner/templates/partner_compliance.html
index 747b83900..18d6bfe7a 100644
--- a/src/main/ui/static/payment/partner/templates/partner_compliance.html
+++ b/src/main/ui/static/payment/partner/templates/partner_compliance.html
@@ -84,6 +84,8 @@
+
+