Commit d9d9b3af authored by jshinde's avatar jshinde

Request Id:W15GSUN001,Changed generateTranTd private to public .


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98813 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c6f36746
......@@ -463,7 +463,7 @@ public class CommonWmsUtil {
//Changed by wasim on 09-10-15 to for AWMS interface2 table [END]
// Changed by Sneha on 23-10-2015, for generation of transaction id [start]
private String generateTranTd( String windowName, String tranDate, String siteCode, Connection conn )throws ITMException, SQLException
public String generateTranTd( String windowName, String tranDate, String siteCode, Connection conn )throws ITMException, SQLException
{
System.out.println("inside generateTranTd@@.........");
PreparedStatement pstmt = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment