minor fix for logmessage
This commit is contained in:
parent
6c16c5beee
commit
dd65ec0229
|
@ -515,7 +515,7 @@ public class MPeriod extends X_C_Period
|
||||||
}
|
}
|
||||||
if (date2.after(last))
|
if (date2.after(last))
|
||||||
{
|
{
|
||||||
log.warning ("Automatic Period Control:" + date2 + " after last day - " + first);
|
log.warning ("Automatic Period Control:" + date2 + " after last day - " + last);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// We are OK
|
// We are OK
|
||||||
|
|
Loading…
Reference in New Issue