diff --git a/app/Http/Controllers/ConsumablesController.php b/app/Http/Controllers/ConsumablesController.php index 86e1eb4e0b..f6bf9c7166 100644 --- a/app/Http/Controllers/ConsumablesController.php +++ b/app/Http/Controllers/ConsumablesController.php @@ -407,7 +407,7 @@ class ConsumablesController extends Controller foreach ($consumables as $consumable) { $actions = 'numRemaining() > 0 ) ? '' : ' disabled').'>'.Lang::get('general.checkout').''; - $company = e($consumable->company); + $company = $consumable->company; $rows[] = array( 'id' => $consumable->id,