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:
parent
f4969a172f
commit
c083110778
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue