[2790605] Typo in TaxDeclarationCreate

This commit is contained in:
mjudd 2009-05-12 12:00:14 +00:00
parent 4791007b14
commit 3b4778f9a0
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class TaxDeclarationCreate extends SvrProcess
log.info("C_TaxDeclaration_ID=" + p_C_TaxDeclaration_ID);
m_td = new MTaxDeclaration (getCtx(), p_C_TaxDeclaration_ID, get_TrxName());
if (m_td.get_ID() == 0)
throw new AdempiereSystemError("@NotDound@ @C_TaxDeclaration_ID@ = " + p_C_TaxDeclaration_ID);
throw new AdempiereSystemError("@NotFound@ @C_TaxDeclaration_ID@ = " + p_C_TaxDeclaration_ID);
if (p_DeleteOld)
{