UOCL-285: payment screen hanging (#42)

* UOCL-285: payment screen hanging

* UOCL-290: xls exports fix

* 5.3.2 release
This commit is contained in:
hugh-unicenta
2025-03-07 10:56:03 +00:00
committed by GitHub
parent a038cc2282
commit 0c6b84dd5f
9 changed files with 62 additions and 26 deletions
@@ -749,7 +749,7 @@ public abstract class JPaymentSelect extends javax.swing.JDialog
};
//worker.execute();
customExecutor.execute(worker);
customExecutor.submit(worker);
}
catch (Exception ex) {
System.out.println(ex.getMessage());