[ 2046897 ] Error when try set Project Type

http://sourceforge.net/tracker/index.php?func=detail&aid=2046897&group_id=176962&atid=879332
This commit is contained in:
vpj-cd 2008-08-11 20:11:17 +00:00
parent 1443714128
commit 6a953c5e12
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public class MProject extends X_C_Project
if (C_ProjectType_ID == 0)
super.setC_ProjectType_ID (null);
else
super.setC_ProjectType_ID (String.valueOf(C_ProjectType_ID));
super.set_Value("C_ProjectType_ID", C_ProjectType_ID);
} // setC_ProjectType_ID
/**