IDEMPIERE-643 Packout handler not found for type MV/ET. / minor - fix wrong message

This commit is contained in:
Carlos Ruiz 2015-03-06 16:50:27 -05:00
parent e6cd8633c3
commit 2d8fd0cfb2
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class EntityTypeElementHandler extends AbstractElementHandler{
} else {
logImportDetail(ctx, impDetail, 0, m_EntityType.getName(),
m_EntityType.get_ID(), action);
throw new POSaveFailedException("Failed to save Model Validator " + m_EntityType.getName());
throw new POSaveFailedException("Failed to save Entity Type " + m_EntityType.getName());
}
}