mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Add projects to the calendar
This commit is contained in:
parent
0af7c15456
commit
e7a47a9f42
@ -26,7 +26,7 @@
|
||||
@section('top-right')
|
||||
<div id="entityTypeFilterWrapper" style="display:none">
|
||||
<select class="form-control" style="width: 220px;" id="entityTypeFilter" multiple="true">
|
||||
@foreach ([ENTITY_INVOICE, ENTITY_QUOTE, ENTITY_PAYMENT, ENTITY_TASK, ENTITY_EXPENSE, ENTITY_PROJECT] as $value)
|
||||
@foreach ([ENTITY_INVOICE, ENTITY_PAYMENT, ENTITY_QUOTE, ENTITY_PROJECT, ENTITY_TASK, ENTITY_EXPENSE] as $value)
|
||||
<option value="{{ $value }}">{{ trans("texts.{$value}") }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
|
Loading…
x
Reference in New Issue
Block a user