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:
parent
891e22d80b
commit
cbeb553c9f
|
@ -66,6 +66,7 @@ import org.zkoss.zul.South;
|
||||||
*
|
*
|
||||||
* The statement to be executed can be restricted using SysConfig
|
* The statement to be executed can be restricted using SysConfig
|
||||||
*/
|
*/
|
||||||
|
@org.idempiere.ui.zk.annotation.Form
|
||||||
public class WSQLQuery extends ADForm implements EventListener<Event>
|
public class WSQLQuery extends ADForm implements EventListener<Event>
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue