mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:54:29 -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;
|
break;
|
||||||
|
|
||||||
case 'expenses':
|
case 'expenses':
|
||||||
$this->query = $this->expenses();
|
// $this->query = $this->expenses();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'invoices':
|
case 'invoices':
|
||||||
|
@ -12,12 +12,6 @@
|
|||||||
{{ ctrans('texts.credits') }}
|
{{ ctrans('texts.credits') }}
|
||||||
</button>
|
</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
|
<button
|
||||||
class="button border border-transparent hover:border-gray-600 {{ $tab === 'invoices' ? 'border-gray-600' : '' }}"ž
|
class="button border border-transparent hover:border-gray-600 {{ $tab === 'invoices' ? 'border-gray-600' : '' }}"ž
|
||||||
wire:click="updateResources('invoices')" />
|
wire:click="updateResources('invoices')" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user