Fixed display bug in ca history
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user