Integrate Teo Sarca BUG ID 1619144 - Usability: complete shipment with mandatory ASI
This commit is contained in:
parent
f188552c7a
commit
fd9d478c9b
|
@ -1071,7 +1071,8 @@ public class MInOut extends X_M_InOut implements DocAction
|
||||||
&& ((isSOTrx() && mas.isMandatory())
|
&& ((isSOTrx() && mas.isMandatory())
|
||||||
|| (!isSOTrx() && mas.isMandatoryAlways())) )
|
|| (!isSOTrx() && mas.isMandatoryAlways())) )
|
||||||
{
|
{
|
||||||
m_processMsg = "@M_AttributeSet_ID@ @IsMandatory@";
|
m_processMsg = "@M_AttributeSet_ID@ @IsMandatory@ (@Line@ #" + lines[i].getLine() +
|
||||||
|
", @M_Product_ID@=" + product.getValue() + ")";
|
||||||
return DocAction.STATUS_Invalid;
|
return DocAction.STATUS_Invalid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue