IDEMPIERE-5704 Archive Viewer silent when archive cannot be deleted (#1814)

This commit is contained in:
Carlos Ruiz 2023-05-01 13:26:53 +02:00 committed by GitHub
parent 07ecea1494
commit 92424ec5d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ public class WArchiveViewer extends Archive implements IFormController, EventLis
if (result)
{
MArchive ar = m_archives[m_index];
ar.delete(true);
ar.deleteEx(true);
tabbox.setSelectedIndex(0);
cmd_query();
dynInit();