From 4629875bdfae8f8edbe998a978bd4598426dc0a7 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 15 Aug 2014 20:16:19 -0400 Subject: [PATCH] Removed ID from listbox debugging --- app/controllers/admin/LicensesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/admin/LicensesController.php b/app/controllers/admin/LicensesController.php index ef89b4db55..822651eb8a 100755 --- a/app/controllers/admin/LicensesController.php +++ b/app/controllers/admin/LicensesController.php @@ -347,7 +347,7 @@ class LicensesController extends AdminController } else { $full_name = ' (Unassigned)'; } - $asset_element[$asset_array[$x]['id']] = $asset_array[$x]['asset_tag'].' - '.$asset_array[$x]['name'].$full_name.' - '.$asset_array[$x]['id']; + $asset_element[$asset_array[$x]['id']] = $asset_array[$x]['asset_tag'].' - '.$asset_array[$x]['name'].$full_name; }