IDEMPIERE-5373 - Attach result file from Import CSV Process when running on Background (#1431)

This commit is contained in:
Diego Ruiz 2022-08-10 08:50:34 +02:00 committed by GitHub
parent 5bd3af0d2f
commit d8f48d1f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ public class ImportCSVProcess extends SvrProcess implements DataStatusListener {
processUI.download(outFile);
else if( getProcessInfo() != null ){
ProcessInfo m_pi = getProcessInfo();
m_pi.setExport(true);
m_pi.setExportFile(outFile);
m_pi.setExportFileExtension("csv");
}