Commit c703fb9c authored by rbhogale's avatar rbhogale

Changed by Rohan on 2706-13 for sankara due date changes


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@31496 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b1944dcf
......@@ -438,7 +438,14 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
//Changed by sumit on 24/11/12 getting print label value
printLabel = genericUtility.getColumnValue("print_label",headerDom);
//changed by sankara on 19/06/2013 for due date validation[start...]
int i = dateFr.compareTo(dateTo);
if((i == 1))
{
errString = itmDBAccessEJB.getErrorString("","INVLDDATE","","",conn);
return errString;
}
//changed by sankara on 19/06/2013 for due date validation[End...]
//Changed by sumit on 03/10/12 getting value of printer end
//Changed by Sumit sarkar on 07/03/12 search on the basis of item_code too.
......
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