Commit 93c84df8 authored by rtiwari's avatar rtiwari

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100203 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a8daadf7
...@@ -1334,14 +1334,14 @@ public class ProofOfDelivery extends ValidatorEJB implements ...@@ -1334,14 +1334,14 @@ public class ProofOfDelivery extends ValidatorEJB implements
System.out.println("siteCode ----- map :->> " System.out.println("siteCode ----- map :->> "
+ siteCode); + siteCode);
} }
if (custCode.length() <= 0) { //if (custCode.length() <= 0) {
custCode = invDetailsMap.get("cust_code__bill") custCode = invDetailsMap.get("cust_code__bill")
.toString(); .toString();
custCode = custCode == null ? "" : custCode custCode = custCode == null ? "" : custCode
.trim(); .trim();
System.out.println("custCode ----- map :->> " System.out.println("custCode ----- map :->> "
+ custCode); + custCode);
} //}
// [START] Added by Sanket Girme // [START] Added by Sanket Girme
// To get the Invoice date [13-JUL-15] // To get the Invoice date [13-JUL-15]
......
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