mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Remove 'unamed client' label
This commit is contained in:
parent
bf6fd23aea
commit
6353ad05ff
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user