Fix [ 1755209 ] Import product only allows I/S in product type
This commit is contained in:
parent
12ae95b4e8
commit
200604f40b
|
@ -297,7 +297,7 @@ public class ImportProduct extends SvrProcess
|
|||
// Verify ProductType
|
||||
sql = new StringBuffer ("UPDATE I_Product "
|
||||
+ "SET I_IsImported='E', I_ErrorMsg=I_ErrorMsg||'ERR=Invalid ProductType,' "
|
||||
+ "WHERE ProductType NOT IN ('I','S')"
|
||||
+ "WHERE ProductType NOT IN ('E','I','R','S')"
|
||||
+ " AND I_IsImported<>'Y'").append(clientCheck);
|
||||
no = DB.executeUpdate(sql.toString(), get_TrxName());
|
||||
if (no != 0)
|
||||
|
|
Loading…
Reference in New Issue