From 9d96cae2124b9d9fd40356926e0a170ad9880173 Mon Sep 17 00:00:00 2001 From: Dinesh Date: Thu, 21 Mar 2024 11:46:06 +0545 Subject: [PATCH] #26613 branch code --- Swift.web/Remit/TPSetup/BankAndBranchSetup/AddBranch.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swift.web/Remit/TPSetup/BankAndBranchSetup/AddBranch.aspx.cs b/Swift.web/Remit/TPSetup/BankAndBranchSetup/AddBranch.aspx.cs index 748ef70..aed04cb 100644 --- a/Swift.web/Remit/TPSetup/BankAndBranchSetup/AddBranch.aspx.cs +++ b/Swift.web/Remit/TPSetup/BankAndBranchSetup/AddBranch.aspx.cs @@ -166,7 +166,7 @@ namespace Swift.web.Remit.TPSetup.BankAndBranchSetup { countryDDL.SelectedValue = "DefaultPartner"; } - partnerDDL.SelectedItem.Text = dr[""].ToString(); + //partnerDDL.SelectedItem.Text = dr[""].ToString(); bankDDL.DataTextFormatString = "BANK_NAME"; // Replace with the actual field name bankDDL.DataValueField = "BANK_ID"; // Replace with the actual field name bankDDL.DataBind();