Fixed display bug in ca history

This commit is contained in:
Thomas Hooge 2020-11-25 08:33:34 +01:00
parent ce13620f2c
commit e2871d4259
1 changed files with 2 additions and 0 deletions

View File

@ -2859,6 +2859,8 @@ sub show_history {
$expdate = strftime("%F", localtime($tmp->{'EXPDATE'}));
if(defined($tmp->{'REVDATE'})) {
$revdate = strftime("%F", localtime($tmp->{'REVDATE'}));
} else {
$revdate = '';
}
$store->set($iter,