mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
Use 24-hour date format for audit
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c6726015f7
commit
cee5eea121
|
@ -813,7 +813,7 @@ class AssetsController extends Controller
|
|||
$asset->unsetEventDispatcher();
|
||||
|
||||
$asset->next_audit_date = $request->input('next_audit_date');
|
||||
$asset->last_audit_date = date('Y-m-d h:i:s');
|
||||
$asset->last_audit_date = date('Y-m-d H:i:s');
|
||||
|
||||
// Check to see if they checked the box to update the physical location,
|
||||
// not just note it in the audit notes
|
||||
|
|
Loading…
Reference in a new issue