IDEMPIERE-3442 Posting Error: Source Not Balanced after Sales Order=>Doc.Action="Void"
This commit is contained in:
parent
7558c71176
commit
553867474e
|
@ -2468,6 +2468,8 @@ public class MOrder extends X_C_Order implements DocAction
|
||||||
if (m_processMsg != null)
|
if (m_processMsg != null)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
setTotalLines(Env.ZERO);
|
||||||
|
setGrandTotal(Env.ZERO);
|
||||||
setProcessed(true);
|
setProcessed(true);
|
||||||
setDocAction(DOCACTION_None);
|
setDocAction(DOCACTION_None);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue