Browse Source

system setup after data cleanup and make system ready to send transaction from UK to Nepal

Prod
Arjun Dhami 1 year ago
parent
commit
5b85427923
  1. 2
      Swift.API/Swift.API.csproj
  2. 2
      Swift.web/AgentNew/Administration/CustomerSetup/CustomerRegistration/Manage.aspx
  3. 2
      Swift.web/AgentNew/SendTxn/SendV2.aspx
  4. 2
      Swift.web/AgentNew/SendTxn/SendV2.aspx.cs
  5. 2
      Swift.web/Swift.web.csproj

2
Swift.API/Swift.API.csproj

@ -43,7 +43,7 @@
<HintPath>..\packages\MoreLinq.Portable.1.4.0\lib\portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MoreLinq.Portable.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />

2
Swift.web/AgentNew/Administration/CustomerSetup/CustomerRegistration/Manage.aspx

@ -240,7 +240,7 @@
// mobile country code added
$("#<%=mobile.ClientID%>").intlTelInput({
nationalMode: true,
onlyCountries: ["jp"],
onlyCountries: ["gb"],
utilsScript: "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.3/js/utils.js" // just for formatting/placeholders etc
});

2
Swift.web/AgentNew/SendTxn/SendV2.aspx

@ -891,7 +891,7 @@
<span class="input-group-addon">(Max Limit: <u><b>
<asp:Label ID="lblPerTxnLimit" runat="server" Text="0.00"></asp:Label>
</b></u>)&nbsp;
<asp:Label ID="lblPerTxnLimitCurr" runat="server">JPY</asp:Label>
<asp:Label ID="lblPerTxnLimitCurr" runat="server">GBP</asp:Label>
</span>
</div>
</td>

2
Swift.web/AgentNew/SendTxn/SendV2.aspx.cs

@ -1032,7 +1032,7 @@ namespace Swift.web.AgentNew.SendTxn
_sdd.SetDDL(ref ddlSendCustomerType, "EXEC proc_online_dropDownList @flag='dropdownList',@parentId=4700", "valueId", "detailTitle", "", "SELECT CUSTOMER TYPE");
_sdd.SetDDL(ref ddlIdIssuedCountry, "EXEC proc_sendPageLoadData @flag='idIssuedCountry'", "countryId", "countryName", "", "SELECT COUNTRY");
_sdd.SetDDL(ref ddlEmpBusinessType, "EXEC proc_online_dropDownList @flag='dropdownList',@parentId=7002", "valueId", "detailTitle", "11007", "");
_sdd.SetDDL(ref custLocationDDL, "EXEC proc_online_dropDownList @flag='state',@countryId='113'", "stateId", "stateName", "", "SELECT");
_sdd.SetDDL(ref custLocationDDL, "EXEC proc_online_dropDownList @flag='state',@countryId='233'", "stateId", "stateName", "", "SELECT");
_sdd.SetDDL(ref sendingAgentOnBehalfDDL, "EXEC proc_sendPageLoadData @flag='S-AGENT-BEHALF',@user='" + GetStatic.GetUser() + "',@sAgent='" + GetStatic.GetAgent() + "'", "agentId", "agentName", "", "Select Branch/Agent");
_sdd.SetDDL(ref ddlRecIdType, "EXEC proc_online_dropDownList @flag='idType',@user='" + GetStatic.GetUser() + "'", "valueId", "detailTitle", "", "Select..");
_sdd.SetDDL(ref sourceOfFund, "EXEC proc_online_dropDownList @flag='dropdownList',@user='" + GetStatic.GetUser() + "',@parentId=3900", "valueId", "detailTitle", "", "Select..");

2
Swift.web/Swift.web.csproj

@ -59,7 +59,7 @@
<HintPath>..\packages\BouncyCastle.Cryptography.2.1.1\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
</Reference>
<Reference Include="CKEditor.NET">
<HintPath>C:\Users\arjun.dhami\Downloads\CKEditor.NET.dll</HintPath>
<HintPath>..\..\JME_Japan\WEB-CORE_no_Issue\WEB-CORE\packages\CkeditorForASP.NET.3.6.4.0\lib\CKEditor.NET.dll</HintPath>
</Reference>
<Reference Include="CookComputing.XmlRpcV2, Version=2.5.0.0, Culture=neutral, PublicKeyToken=a7d6e17aa302004d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>

Loading…
Cancel
Save