From dd5920dff665b8f6fc23e9a93e5a7e3112d22153 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Sat, 7 Mar 2009 17:08:57 +0000 Subject: [PATCH] minor typo --- base/src/org/compiere/process/InventoryValue.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/src/org/compiere/process/InventoryValue.java b/base/src/org/compiere/process/InventoryValue.java index 96467191ae..90ad6991de 100644 --- a/base/src/org/compiere/process/InventoryValue.java +++ b/base/src/org/compiere/process/InventoryValue.java @@ -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. * * 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 * @@ -265,7 +265,7 @@ public class InventoryValue extends SvrProcess + "FROM C_AcctSchema acs WHERE acs.C_AcctSchema_ID=" + as.getC_AcctSchema_ID() + ") " + "WHERE AD_PInstance_ID=" + getAD_PInstance_ID()); no = DB.executeUpdate (sql.toString(), get_TrxName()); - log.fine("Convered=" + no); + log.fine("Converted=" + no); } // Update Values