IDEMPIERE-5949 Datatables.js and Pivot.js Report Viewer (#2221)

- Fix NPE
This commit is contained in:
hengsin 2024-02-02 15:23:16 +08:00 committed by Carlos Ruiz
parent 33c8210618
commit 2d18c90738
1 changed files with 1 additions and 0 deletions

View File

@ -1027,6 +1027,7 @@ queued-job-count = 0 (class javax.print.attribute.standard.QueuedJobCount)
}
}
uri = file.toURI();
fileName = file.getAbsolutePath();
}
catch (Exception e)
{