small documentation.

This commit is contained in:
trifonnt 2008-09-18 13:29:55 +00:00
parent 4d78721aa0
commit 7dd979fe8d
1 changed files with 6 additions and 1 deletions

View File

@ -30,7 +30,12 @@ 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
*/