mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:14:28 -04:00
Remove expenses from documents in Client Portal
This commit is contained in:
parent
2027f4e53c
commit
5798efc0be
@ -74,7 +74,7 @@ class DocumentsTable extends Component
|
||||
break;
|
||||
|
||||
case 'expenses':
|
||||
$this->query = $this->expenses();
|
||||
// $this->query = $this->expenses();
|
||||
break;
|
||||
|
||||
case 'invoices':
|
||||
|
@ -12,12 +12,6 @@
|
||||
{{ ctrans('texts.credits') }}
|
||||
</button>
|
||||
|
||||
<button
|
||||
class="button border border-transparent hover:border-gray-600 {{ $tab === 'expenses' ? 'border-gray-600' : '' }}"ž
|
||||
wire:click="updateResources('expenses')" />
|
||||
{{ ctrans('texts.expenses') }}
|
||||
</button>
|
||||
|
||||
<button
|
||||
class="button border border-transparent hover:border-gray-600 {{ $tab === 'invoices' ? 'border-gray-600' : '' }}"ž
|
||||
wire:click="updateResources('invoices')" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user