Remove 'unamed client' label

This commit is contained in:
Hillel Coren 2016-10-31 16:08:00 +02:00
parent bf6fd23aea
commit 6353ad05ff
2 changed files with 1 additions and 2 deletions

View File

@ -345,7 +345,7 @@ class Client extends EntityModel
$contact = $this->contacts[0]; $contact = $this->contacts[0];
return $contact->getDisplayName() ?: trans('texts.unnamed_client'); return $contact->getDisplayName();
} }
/** /**

View File

@ -185,7 +185,6 @@
<script> <script>
var products = {!! $products !!}; var products = {!! $products !!};
console.log(products);
$(function() { $(function() {
var $productSelect = $('select#product'); var $productSelect = $('select#product');