[2790605] Typo in TaxDeclarationCreate
This commit is contained in:
parent
4791007b14
commit
3b4778f9a0
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue