Commit ba118522 authored by ssarkar's avatar ssarkar

changed by sumit on 18/12/12 import printer class


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92385 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 17bc69d3
......@@ -20,6 +20,7 @@ import ibase.webitm.utility.GenericUtility;
import ibase.webitm.utility.ITMException;
import ibase.webitm.utility.TransIDGenerator;
import java.awt.print.PrinterJob;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
......@@ -45,6 +46,7 @@ import java.util.TreeMap;
import javax.mail.Flags.Flag;
import javax.naming.InitialContext;
import javax.print.PrintService;
//import net.sf.jasperreports.governors.GovernorException;
......@@ -1849,7 +1851,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
//count = rs.getInt("CNT");
waveFlag = rs.getString("WAVE_FLAG");
if(waveFlag == null)
waveFlag = "N"
waveFlag = "N";
}
if( rs != null)
{
......
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