Bug fix for bug #: 1733082

This commit is contained in:
wght 2007-06-07 21:33:52 +00:00
parent 9d49973adb
commit ec103c05ab
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class MField extends X_AD_Field
if ((newRecord || is_ValueChanged("AD_Column_ID"))
&& isCentrallyMaintained())
{
M_Element element = M_Element.getOfColumn(getCtx(), getAD_Column_ID());
M_Element element = M_Element.getOfColumn(getCtx(), getAD_Column_ID(), get_TrxName());
setName (element.getName ());
setDescription (element.getDescription ());
setHelp (element.getHelp());