diff --git a/resources/views/list.blade.php b/resources/views/list.blade.php index 4c334b811cab..2a64d2a70cbb 100644 --- a/resources/views/list.blade.php +++ b/resources/views/list.blade.php @@ -8,7 +8,7 @@
- @if (in_array($entityType, [ENTITY_TASK, ENTITY_INVOICE, ENTITY_PRODUCT])) + @if (in_array($entityType, [ENTITY_TASK, ENTITY_EXPENSE, ENTITY_PRODUCT])) @can('create', 'invoice') {!! Button::primary(trans('texts.invoice'))->withAttributes(['class'=>'invoice', 'onclick' =>'submitForm_'.$entityType.'("invoice")'])->appendIcon(Icon::create('check')) !!} @endcan