mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Remove testing code
This commit is contained in:
parent
9337d4b9a4
commit
36284431c9
@ -64,8 +64,8 @@
|
||||
<div class="col-lg-8 col-sm-8">
|
||||
<h4><div data-bind="text: getClientDisplayName(ko.toJS(client()))"></div></h4>
|
||||
|
||||
@if($invoice->client->canView() || true)
|
||||
@if ($invoice->client->canEdit() || true)
|
||||
@if($invoice->client->canView())
|
||||
@if ($invoice->client->canEdit())
|
||||
<a id="editClientLink" class="pointer" data-bind="click: $root.showClientForm">{{ trans('texts.edit_client') }}</a> |
|
||||
@endif
|
||||
{!! link_to('/clients/'.$invoice->client->public_id, trans('texts.view_client'), ['target' => '_blank']) !!}
|
||||
|
Loading…
x
Reference in New Issue
Block a user