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

This commit is contained in:
Carlos Ruiz 2015-03-18 22:38:30 -05:00
parent 751eb917f2
commit 5e7ee1ae81
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ public abstract class Doc
}
else
{
//p_Status = STATUS_Posted; // skipped is OK
p_Status = STATUS_Posted; // skipped is OK
}
}
catch (Exception e)