diff --git a/Swift.DAL/OnlineAgent/OnlineCustomerDao.cs b/Swift.DAL/OnlineAgent/OnlineCustomerDao.cs index 7749c13..2e1ef4c 100644 --- a/Swift.DAL/OnlineAgent/OnlineCustomerDao.cs +++ b/Swift.DAL/OnlineAgent/OnlineCustomerDao.cs @@ -69,7 +69,7 @@ namespace Swift.DAL.OnlineAgent return ExecuteDataset(sql); } - public DbResult ActivateMobileLogin(string user, string custId, string password, string referral = null, string membershipId = "") + public DbResult ActivateMobileLogin(string user, string custId, string password, string membershipId = "", string referral = null ) { var sql = "EXEC proc_online_approve_Customer"; sql += " @Flag ='create-mobile-login'"; diff --git a/Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx.cs b/Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx.cs index ae9f450..64148c9 100644 --- a/Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx.cs +++ b/Swift.web/MobileRemit/Admin/PushNotification/ManageBroadCast.aspx.cs @@ -82,7 +82,7 @@ namespace Swift.web.MobileRemit.Admin.PushNotification var nativeCountry = ddlNativeCountry.SelectedValue; - if (string.IsNullOrEmpty(customerId) && customerType != "nativeCountry") + if (string.IsNullOrEmpty(customerId) && customerType != "nativeCountry" && customerType.ToLower() != "all") { GetStatic.AlertMessage(this, "Customer can not be empty!"); return null; diff --git a/Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx b/Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx index 8550f26..51d2ff9 100644 --- a/Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx +++ b/Swift.web/MobileRemit/Admin/Reports/CustomerRegistrationStatus.aspx @@ -149,7 +149,7 @@
Registration Type :
-
+
@@ -169,7 +170,7 @@
-
+