Minor - change wrong log warning level on MBPartner.beforeSave

This commit is contained in:
Carlos Ruiz 2013-03-27 16:55:35 -05:00
parent 70ca887d0d
commit 100c74b203
1 changed files with 1 additions and 1 deletions

View File

@ -935,7 +935,7 @@ public class MBPartner extends X_C_BPartner
MBPGroup grp = getBPGroup();
if (grp == null)
{
log.saveWarning("Error", Msg.parseTranslation(getCtx(), "@NotFound@: @C_BP_Group_ID@"));
log.saveError("Error", Msg.parseTranslation(getCtx(), "@NotFound@: @C_BP_Group_ID@"));
return false;
}
setBPGroup(grp); // setDefaults