diff --git a/Swift.DAL/OnlineAgent/OnlineCustomerDao.cs b/Swift.DAL/OnlineAgent/OnlineCustomerDao.cs index 2e1ef4c..8519adc 100644 --- a/Swift.DAL/OnlineAgent/OnlineCustomerDao.cs +++ b/Swift.DAL/OnlineAgent/OnlineCustomerDao.cs @@ -1553,5 +1553,13 @@ namespace Swift.DAL.OnlineAgent return ParseDbResult(sql); } + public DbResult MoveCustomer(string email, string user) + { + string sql = "Exec proc_online_core_customerSetup"; + sql += " @flag ='moveCustomer'"; + sql += ", @user=" + FilterString(user); + sql += ", @email=" + FilterString(email); + return ParseDbResult(ExecuteDataset(sql).Tables[0]); + } } } \ No newline at end of file diff --git a/Swift.web/DashboardV2/Dashboard2.aspx b/Swift.web/DashboardV2/Dashboard2.aspx index b02e84c..e73b0a2 100644 --- a/Swift.web/DashboardV2/Dashboard2.aspx +++ b/Swift.web/DashboardV2/Dashboard2.aspx @@ -63,9 +63,11 @@ z-index: 9999; background: url("../Images/loading_icon.gif") center no-repeat #fff; } - .footer-text{ + + .footer-text { color: white; } + .auto-style1 { flex: 0 0 auto; width: 100%; @@ -231,7 +233,7 @@ -
+
@@ -261,7 +263,7 @@ - +
- <%--
+ <%--
+
+ +
+
Partner Wise Settlement Rate
+
+
+
+
+ + + + + + + + + + + + + + + +
S.No.PartnerEx RatePayerPayment Modes
No data to display
+
+
+
--%> +
+
+
+
+
+ + +
Partner Wise Settlement Rate
+
+ +
+ + + + + + + + + + + + + + + +
S.No.PartnerEx RatePayerPayment Modes
No data to display
@@ -587,7 +651,6 @@
--%> -
@@ -600,9 +663,9 @@ diff --git a/Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx b/Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx index d724458..9296ade 100644 --- a/Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx +++ b/Swift.web/MobileRemit/Admin/Operation/EditCustomerForApproval.aspx @@ -59,7 +59,6 @@ .lowercase { text-transform: none !important; } - }