[ 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:
parent
3af5cfcc2d
commit
6a76c5c4ba
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue