diff --git a/app/controllers/admin/AccessoriesController.php b/app/controllers/admin/AccessoriesController.php index ae2de57723..f6f6e3197c 100755 --- a/app/controllers/admin/AccessoriesController.php +++ b/app/controllers/admin/AccessoriesController.php @@ -322,6 +322,10 @@ class AccessoriesController extends AdminController $data['eula'] = $accessory->getEula(); $data['first_name'] = $user->first_name; $data['item_name'] = $accessory->name; + $data['checkout_date'] = $logaction->created_at; + $data['item_tag'] = ''; + $data['expected_checkin'] = ''; + $data['note'] = $logaction->note; $data['require_acceptance'] = $accessory->requireAcceptance(); diff --git a/app/controllers/admin/ConsumablesController.php b/app/controllers/admin/ConsumablesController.php index edc8faeee2..05376143b6 100644 --- a/app/controllers/admin/ConsumablesController.php +++ b/app/controllers/admin/ConsumablesController.php @@ -322,6 +322,10 @@ class ConsumablesController extends AdminController $data['eula'] = $consumable->getEula(); $data['first_name'] = $user->first_name; $data['item_name'] = $consumable->name; + $data['checkout_date'] = $logaction->created_at; + $data['item_tag'] = ''; + $data['expected_checkin'] = ''; + $data['note'] = $logaction->note; $data['require_acceptance'] = $consumable->requireAcceptance(); diff --git a/app/views/emails/accept-asset.blade.php b/app/views/emails/accept-asset.blade.php index 62ad51a932..ade6312ee6 100755 --- a/app/views/emails/accept-asset.blade.php +++ b/app/views/emails/accept-asset.blade.php @@ -15,14 +15,16 @@ {{{ $item_name }}} -