* minor error message issue

This commit is contained in:
teo_sarca 2008-05-30 14:44:33 +00:00
parent 653ceac1db
commit 1448c5ff2f
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ public class RequisitionPOCreate extends SvrProcess
m_M_Product_ID = rLine.getM_Product_ID();
m_M_AttributeSetInstance_ID = rLine.getM_AttributeSetInstance_ID();
if (!m_orderLine.save())
throw new AdempiereSystemError("Cannot save Order Line");
throw new AdempiereSystemError(CLogger.retrieveErrorString("Cannot save Order Line"));
} // newLine
} // RequisitionPOCreate