Commit 82824269 authored by cpatil's avatar cpatil

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91915 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c794e59d
...@@ -225,7 +225,7 @@ public class InvHoldRelGen extends ProcessEJB implements InvHoldRelGenLocal, Inv ...@@ -225,7 +225,7 @@ public class InvHoldRelGen extends ProcessEJB implements InvHoldRelGenLocal, Inv
{ {
if(schRelDateTo.before(schRelDateFrom)) if(schRelDateTo.before(schRelDateFrom))
{ {
errString = itmDBAccessEJB.getErrorString("","SCDATETOINV","","",conn); errString = itmDBAccessEJB.getErrorString("","SCDTTOINV","","",conn);
return errString; return errString;
} }
} }
......
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