small documentation.
This commit is contained in:
parent
4d78721aa0
commit
7dd979fe8d
|
@ -30,6 +30,11 @@ public class WFPanelManufacturing extends WFPanel {
|
|||
+")";
|
||||
|
||||
private static final int WF_Window_ID = 53005; // TODO: HARDCODED (Manufacturing Workflows)
|
||||
/*
|
||||
SELECT AD_Window_Id
|
||||
FROM AD_Window
|
||||
WHERE Name = 'Manufacturing Workflows'
|
||||
*/
|
||||
|
||||
/**
|
||||
* Default constructor
|
||||
|
|
Loading…
Reference in New Issue