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