Integrate Teo Sarca BUG ID 1619144 - Usability: complete shipment with mandatory ASI

This commit is contained in:
Carlos Ruiz 2006-12-30 01:39:27 +00:00
parent f188552c7a
commit fd9d478c9b
1 changed files with 2 additions and 1 deletions

View File

@ -1071,7 +1071,8 @@ public class MInOut extends X_M_InOut implements DocAction
&& ((isSOTrx() && mas.isMandatory())
|| (!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;
}
}