IDEMPIERE-2526 Posting to multiple accounting schemas with Only Organization is broken

This commit is contained in:
Carlos Ruiz 2015-03-18 22:36:39 -05:00
parent e8723e62e0
commit 751eb917f2
1 changed files with 4 additions and 0 deletions

View File

@ -528,6 +528,10 @@ public abstract class Doc
// post
p_Status = postLogic ();
}
else
{
//p_Status = STATUS_Posted; // skipped is OK
}
}
catch (Exception e)
{