(0003161)
|
user71
|
2008-02-07 21:33
(edited on: 2008-06-12 09:24) |
|
Logged In: YES
user_id=1500670
Originator: YES
I think that the solution is change the following:
ComboTableData comboTableData = new ComboTableData(vars, this, "TABLE", "M_Warehouse_ID", "M_Warehouse of Client", "", Utility.getContext(this, vars, "#User_Client",""), Utility.getContext(this, vars, "#AD_Client_ID", ""), 0);
and put:
ComboTableData comboTableData = new ComboTableData(vars, this, "TABLE", "M_Warehouse_ID", "M_Warehouse of Client", "", Utility.getContext(this, vars, "#User_Org",""), Utility.getContext(this, vars, "#User_Client", ""), 0); |
|