IDEMPIERE-2687 Void a Document on Closed Period / based on Nicolas comment https://groups.google.com/d/msg/idempiere/TDV_93n92h4/YCB9HMbJAwAJ

This commit is contained in:
Carlos Ruiz 2017-07-06 13:59:47 +02:00
parent f4969a172f
commit c083110778
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ public class MPeriod extends X_C_Period
idxdate = po.get_ColumnIndex("DateAcct");
}
if (idxdate < 0) {
s_log.warning("Could not find DateAcct for " + table.getTableName());
if (s_log.isLoggable(Level.INFO)) s_log.info("Could not find DateAcct for " + table.getTableName());
return true;
}
Timestamp dateAcct = null;