Skip to content

Commit

Permalink
IDEMPIERE-5399 Data type Time is mostly useless / Fix issue reported …
Browse files Browse the repository at this point in the history
…by Nicolas when first value is 01:00 (#1530)
  • Loading branch information
CarlosRuiz-globalqss committed Oct 20, 2022
1 parent 4d8dc47 commit ca08ccf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;

/**
*
Expand Down

0 comments on commit ca08ccf

Please sign in to comment.