IDEMPIERE-2526 Posting to multiple accounting schemas with Only Organization is broken
This commit is contained in:
parent
e8723e62e0
commit
751eb917f2
|
@ -528,6 +528,10 @@ public abstract class Doc
|
|||
// post
|
||||
p_Status = postLogic ();
|
||||
}
|
||||
else
|
||||
{
|
||||
//p_Status = STATUS_Posted; // skipped is OK
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue