IDEMPIERE-5399 Data type Time is mostly useless / Fix issue reported by Nicolas when first value is 01:00 (#1530)
This commit is contained in:
parent
5cd7149664
commit
93e42e43e4
|
@ -43,7 +43,7 @@ public class WTimeEditor extends WEditor implements ContextMenuListener
|
||||||
logger = CLogger.getCLogger(WDateEditor.class);
|
logger = CLogger.getCLogger(WDateEditor.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
private Timestamp oldValue = new Timestamp(0);
|
private Timestamp oldValue = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue