minor typo

This commit is contained in:
Carlos Ruiz 2009-03-07 17:08:57 +00:00
parent 29d8349055
commit dd5920dff6
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. *
* This program is free software; you can redistribute it and/or modify it * * This program is free software; you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
@ -265,7 +265,7 @@ public class InventoryValue extends SvrProcess
+ "FROM C_AcctSchema acs WHERE acs.C_AcctSchema_ID=" + as.getC_AcctSchema_ID() + ") " + "FROM C_AcctSchema acs WHERE acs.C_AcctSchema_ID=" + as.getC_AcctSchema_ID() + ") "
+ "WHERE AD_PInstance_ID=" + getAD_PInstance_ID()); + "WHERE AD_PInstance_ID=" + getAD_PInstance_ID());
no = DB.executeUpdate (sql.toString(), get_TrxName()); no = DB.executeUpdate (sql.toString(), get_TrxName());
log.fine("Convered=" + no); log.fine("Converted=" + no);
} }
// Update Values // Update Values