Commit c9f073d8 authored by dpawar's avatar dpawar

generated debit note when no scheme available


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94187 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 95e1a307
...@@ -320,7 +320,7 @@ private String schemeApply(Connection conn,ArrayList<String> podProcessInvIDList ...@@ -320,7 +320,7 @@ private String schemeApply(Connection conn,ArrayList<String> podProcessInvIDList
System.out.println("-------Scheme not apply -----------"); System.out.println("-------Scheme not apply -----------");
if(priceListL.length() <=0) if(priceListL.length() <=0)
{ {
return "PRICELIST"; //priceList not define in site master. return "PRICELIST"; //priceList not define or zero in site master.
} }
else{ else{
java.util.Date tranDate=new Date(); java.util.Date tranDate=new Date();
......
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