IDEMPIERE-1893 can't Reversed a complete document "move inventory with confirm" (#197)
Do not create confirmation for reversal
This commit is contained in:
parent
e7ebf98117
commit
a143e63128
|
@ -330,7 +330,7 @@ public class MMovement extends X_M_Movement implements DocAction
|
|||
}
|
||||
|
||||
// Confirmation
|
||||
if (dt.isInTransit())
|
||||
if (dt.isInTransit() && !isReversal())
|
||||
createConfirmation();
|
||||
|
||||
m_processMsg = ModelValidationEngine.get().fireDocValidate(this, ModelValidator.TIMING_AFTER_PREPARE);
|
||||
|
|
Loading…
Reference in New Issue