Commit 703475f4 authored by mjadhav's avatar mjadhav

set null value as blank


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97179 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2e022e27
...@@ -341,7 +341,7 @@ public class GenInvoiceSchedule implements Schedule { ...@@ -341,7 +341,7 @@ public class GenInvoiceSchedule implements Schedule {
ITMDBAccessLocal itmDBAccessLocal = new ITMDBAccessEJB(); ITMDBAccessLocal itmDBAccessLocal = new ITMDBAccessEJB();
try try
{ {
System.out.println("===generateInvoiceXML===="); System.out.println("------generateInvoiceXM---------L ");
/* DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); /* DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
DocumentBuilder db = dbf.newDocumentBuilder(); DocumentBuilder db = dbf.newDocumentBuilder();
...@@ -1260,7 +1260,7 @@ public class GenInvoiceSchedule implements Schedule { ...@@ -1260,7 +1260,7 @@ public class GenInvoiceSchedule implements Schedule {
purchaseOrd = purchaseOrd == null ? " " : purchaseOrd.trim(); purchaseOrd = purchaseOrd == null ? " " : purchaseOrd.trim();
sql = "select PHY_ATTRIB_10 from tarodev.item where item_code= ? " ; sql = "select PHY_ATTRIB_10 from item where item_code= ? " ;
pstmt1 = conn.prepareStatement(sql); pstmt1 = conn.prepareStatement(sql);
pstmt1.setString(1, itemCodeDet); pstmt1.setString(1, itemCodeDet);
......
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