* [ 1688794 ] System is generating lots of temp files
This commit is contained in:
parent
c97a21bedf
commit
1c390b8829
|
@ -726,15 +726,16 @@ public class MRequest extends X_R_Request
|
||||||
*/
|
*/
|
||||||
public File createPDF ()
|
public File createPDF ()
|
||||||
{
|
{
|
||||||
try
|
// globalqss - comment to solve bug [ 1688794 ] System is generating lots of temp files
|
||||||
{
|
// try
|
||||||
File temp = File.createTempFile(get_TableName()+get_ID()+"_", ".pdf");
|
// {
|
||||||
return createPDF (temp);
|
// File temp = File.createTempFile(get_TableName()+get_ID()+"_", ".pdf");
|
||||||
}
|
// return createPDF (temp);
|
||||||
catch (Exception e)
|
// }
|
||||||
{
|
// catch (Exception e)
|
||||||
log.severe("Could not create PDF - " + e.getMessage());
|
// {
|
||||||
}
|
// log.severe("Could not create PDF - " + e.getMessage());
|
||||||
|
// }
|
||||||
return null;
|
return null;
|
||||||
} // getPDF
|
} // getPDF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue