Coding is still hard, apparently.

This commit is contained in:
snipe 2016-03-25 18:51:44 -07:00
parent a10da2e148
commit e7405e8d89

View file

@ -624,7 +624,7 @@ class ReportsController extends Controller
$row[] = e($assetMaintenance->improvement_type);
$row[] = e($assetMaintenance->title);
$row[] = e($assetMaintenance->start_date);
$row[] = e($assetMaintenance->completion_date;)
$row[] = e($assetMaintenance->completion_date);
if (is_null($assetMaintenance->asset_maintenance_time)) {
$improvementTime = intval(Carbon::now()
->diffInDays(Carbon::parse($assetMaintenance->start_date)));