Commit 0c96b36c authored by mpatidar's avatar mpatidar

Add Process Code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91666 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 13d7988e
...@@ -1226,6 +1226,12 @@ public class InvoiceAmdPrs extends ProcessEJB implements InvoiceAmdPrsLocal ,In ...@@ -1226,6 +1226,12 @@ public class InvoiceAmdPrs extends ProcessEJB implements InvoiceAmdPrsLocal ,In
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
} }
if(!(errList.size() > 0))
{
errCode = "INVAMCMP0";
errList.add(errCode);
errFields.add(childNodeName.toLowerCase());
}
System.out.println("xml for invoice_amendment table UPDATE complete"); System.out.println("xml for invoice_amendment table UPDATE complete");
System.out.println("after commit"); System.out.println("after commit");
int errListSize = errList.size(); int errListSize = errList.size();
......
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