IDEMPIERE-5451 Create a form SQL Query - similar to SQL process to execute queries (FHCA-3849) (#1540)

- add annotation to solve unit test issue
This commit is contained in:
Carlos Ruiz 2022-10-21 16:39:27 +02:00 committed by GitHub
parent 891e22d80b
commit cbeb553c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ import org.zkoss.zul.South;
*
* The statement to be executed can be restricted using SysConfig
*/
@org.idempiere.ui.zk.annotation.Form
public class WSQLQuery extends ADForm implements EventListener<Event>
{
/**