Remove testing code
This commit is contained in:
parent
9337d4b9a4
commit
36284431c9
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue