mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Display the actual value
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
5901182885
commit
d31f185cce
|
@ -891,7 +891,7 @@ class Helper
|
|||
|
||||
} catch (\Exception $e) {
|
||||
\Log::warning($e);
|
||||
return 'ERROR: Date value is invalid';
|
||||
return $date.' (Invalid '.$type.' value.)';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue