Fixed display bug in ca history
This commit is contained in:
parent
ce13620f2c
commit
e2871d4259
|
@ -2859,6 +2859,8 @@ sub show_history {
|
||||||
$expdate = strftime("%F", localtime($tmp->{'EXPDATE'}));
|
$expdate = strftime("%F", localtime($tmp->{'EXPDATE'}));
|
||||||
if(defined($tmp->{'REVDATE'})) {
|
if(defined($tmp->{'REVDATE'})) {
|
||||||
$revdate = strftime("%F", localtime($tmp->{'REVDATE'}));
|
$revdate = strftime("%F", localtime($tmp->{'REVDATE'}));
|
||||||
|
} else {
|
||||||
|
$revdate = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$store->set($iter,
|
$store->set($iter,
|
||||||
|
|
Loading…
Reference in New Issue