Minor type on ImportProduct

This commit is contained in:
Carlos Ruiz 2008-03-29 15:49:57 +00:00
parent 0a120d0b42
commit 949e9b8fd3
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ public class ImportProduct extends SvrProcess
// Invalid Category
sql = new StringBuffer ("UPDATE I_Product "
+ "SET I_IsImported='E', I_ErrorMsg=I_ErrorMsg||'ERR=Invalid ProdCategorty,' "
+ "SET I_IsImported='E', I_ErrorMsg=I_ErrorMsg||'ERR=Invalid ProdCategory,' "
+ "WHERE M_Product_Category_ID IS NULL"
+ " AND I_IsImported<>'Y'").append(clientCheck);
no = DB.executeUpdate(sql.toString(), get_TrxName());