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:
Carlos Ruiz 2022-10-16 05:28:24 +02:00 committed by GitHub
parent 5cd7149664
commit 93e42e43e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class WTimeEditor extends WEditor implements ContextMenuListener
logger = CLogger.getCLogger(WDateEditor.class);
}
private Timestamp oldValue = new Timestamp(0);
private Timestamp oldValue = null;
/**
*