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:
parent
3077a6b135
commit
23ca1df27e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue