Fixed bug in expected checkin
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
return array (
|
||||
'app_version' => 'v2.0-pre',
|
||||
'hash_version' => 'v2.0-pre-beta2-2-g7dd50ed',
|
||||
'hash_version' => 'v2.0-pre-beta2-4-gaae7d45',
|
||||
);
|
||||
@@ -435,7 +435,7 @@
|
||||
@endif
|
||||
<ul>
|
||||
|
||||
@if (($asset->assetstatus->deployable=='1') && ($asset->assigned_to > 0) && ($asset->deleted_at==''))
|
||||
@if (($asset->assetstatus->deployable=='1') && ($asset->assigned_to > 0) && ($asset->deleted_at=='') && ($asset->assetlog->first()))
|
||||
@if ($asset->assetlog->first()->expected_checkin)
|
||||
<li><br />@lang('admin/hardware/form.expected_checkin')
|
||||
: {{{ date('Y-m-d', strtotime($asset->assetlog->first()->expected_checkin)) }}}</li>
|
||||
|
||||
Reference in New Issue
Block a user