* minor error message issue
This commit is contained in:
parent
653ceac1db
commit
1448c5ff2f
|
@ -388,7 +388,7 @@ public class RequisitionPOCreate extends SvrProcess
|
||||||
m_M_Product_ID = rLine.getM_Product_ID();
|
m_M_Product_ID = rLine.getM_Product_ID();
|
||||||
m_M_AttributeSetInstance_ID = rLine.getM_AttributeSetInstance_ID();
|
m_M_AttributeSetInstance_ID = rLine.getM_AttributeSetInstance_ID();
|
||||||
if (!m_orderLine.save())
|
if (!m_orderLine.save())
|
||||||
throw new AdempiereSystemError("Cannot save Order Line");
|
throw new AdempiereSystemError(CLogger.retrieveErrorString("Cannot save Order Line"));
|
||||||
} // newLine
|
} // newLine
|
||||||
|
|
||||||
} // RequisitionPOCreate
|
} // RequisitionPOCreate
|
||||||
|
|
Loading…
Reference in New Issue