BF1999731 Loading Translation table where none exist

This commit is contained in:
tspc 2008-06-22 02:20:04 +00:00
parent 08a1ba7636
commit 3d379974d2
2 changed files with 4 additions and 2 deletions

View File

@ -112,7 +112,8 @@ public class MPPOrderNode extends X_PP_Order_Node
{
super(ctx, rs, trxName);
loadNext();
loadTrl();
//Tranlsation table for PP_Order_Node does not exist
//loadTrl();
// Save to Cache
s_cache.put (new Integer(getPP_Order_Node_ID()), this);
} // MPPOrderNode

View File

@ -165,7 +165,8 @@ public class MPPOrderWorkflow extends X_PP_Order_Workflow
setWaitingTime (0);
setWorkingTime (0);
}
loadTrl();
//Tranlsation table for PP_Order_Workflow does not exist
//loadTrl();
loadNodes();
} // MPPOrderWorkflow