mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes
This commit is contained in:
parent
c955dfc910
commit
d06f383a98
@ -23,7 +23,7 @@ class ClientPresenter extends EntityPresenter
|
||||
*/
|
||||
public function name()
|
||||
{
|
||||
if ($this->entity->name) {
|
||||
if (strlen($this->entity->name) > 1) {
|
||||
return $this->entity->name;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user