Skip to content

Commit

Permalink
Fixes #2133
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jun 9, 2016
1 parent d47e2aa commit 0314699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/admin/AccessoriesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ public function postCheckout($accessoryId)
$data['item_name'] = $accessory->name;
$data['checkout_date'] = $logaction->created_at;
$data['item_tag'] = '';
$data['item_serial'] = '';
$data['expected_checkin'] = '';
$data['note'] = $logaction->note;
$data['require_acceptance'] = $accessory->requireAcceptance();
Expand Down

0 comments on commit 0314699

Please sign in to comment.