Commit a7391361 authored by ngadkari's avatar ngadkari

Removed invoice and invoice trace line no setting on invoice reference column item change

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206423 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c3d8b1ae
......@@ -3445,7 +3445,8 @@ public class SReturnForm extends ValidatorEJB implements SReturnFormLocal, SRetu
{
valueXmlString.append("<inv_ref_date>").append("<![CDATA["+ invRefDate+"]]>").append("</inv_ref_date>");
}
//Added by Nandkumar Gadkari on 30/10/18--------start-----------for set invoice id and line_no inv trace
//commented set invoice id and line_no inv trace by nandkumar gadkari on 29/08/19
/* //Added by Nandkumar Gadkari on 30/10/18--------start-----------for set invoice id and line_no inv trace
cnt=0;
String docKeyvalue="";
if (minRateDocKey.trim().length() > 0) {
......@@ -3517,7 +3518,7 @@ public class SReturnForm extends ValidatorEJB implements SReturnFormLocal, SRetu
valueXmlString.append("<line_no__invtrace>").append("<![CDATA[]]>").append("</line_no__invtrace>");
}
//Added by Nandkumar Gadkari on 30/10/18--------end-----------for set invoice id and line_no inv trace
*/
}
invoiceId = null;
......@@ -5785,7 +5786,8 @@ public class SReturnForm extends ValidatorEJB implements SReturnFormLocal, SRetu
isInvRefDateSet= true;
valueXmlString.append("<inv_ref_date>").append("<![CDATA["+ invRefDate+"]]>").append("</inv_ref_date>");
}
//Added by Nandkumar Gadkari on 30/10/18--------start-----------for set invoice id and line_no inv trace
//commented set invoice id and line_no inv trace by nandkumar gadkari on 29/08/19
/*//Added by Nandkumar Gadkari on 30/10/18--------start-----------for set invoice id and line_no inv trace
sqlStr = "select Count(*) cnt from INVOICE_TRACE where invoice_id = ? "; //trim(:ls_itemcode);
pstmt = conn.prepareStatement( sqlStr );
pstmt.setString( 1, invRefId );
......@@ -5842,7 +5844,7 @@ public class SReturnForm extends ValidatorEJB implements SReturnFormLocal, SRetu
//Added by Nandkumar Gadkari on 30/10/18--------end-----------for set invoice id and line_no inv trace
*/
}
//invoiceId = 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