Improve: [ 1689547 ] Issue with Doctype you only set organitation as *

http://sourceforge.net/tracker/index.php?func=detail&aid=1689547&group_id=176962&atid=879332
This commit is contained in:
vpj-cd 2007-03-28 05:45:50 +00:00
parent 3077a6b135
commit 23ca1df27e
1 changed files with 2 additions and 2 deletions

View File

@ -289,8 +289,8 @@ public class MDocType extends X_C_DocType
*/
protected boolean beforeSave (boolean newRecord)
{
if (getAD_Org_ID() != 0)
setAD_Org_ID(0);
/*if (getAD_Org_ID() != 0)
setAD_Org_ID(0);*/
return true;
} // beforeSave