[ 1746909 ] Error when try synchronize column with reference table

http://sourceforge.net/tracker/index.php?func=detail&aid=1746909&group_id=176962&atid=879332
This commit is contained in:
vpj-cd 2007-07-04 20:58:24 +00:00
parent 3af5cfcc2d
commit 6a76c5c4ba
1 changed files with 2 additions and 1 deletions

View File

@ -353,7 +353,8 @@ public class MColumn extends X_AD_Column
{
if (DisplayType.isText(getAD_Reference_ID())
|| getAD_Reference_ID() == DisplayType.List
|| getAD_Reference_ID() == DisplayType.YesNo)
|| getAD_Reference_ID() == DisplayType.YesNo
|| getAD_Reference_ID() == DisplayType.Table)
{
if (!defaultValue.startsWith("'") && !defaultValue.endsWith("'"))
defaultValue = DB.TO_STRING(defaultValue);