mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:07:33 -05:00 
			
		
		
		
	Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop
This commit is contained in:
		
						commit
						8cf9576496
					
				@ -26,6 +26,8 @@ class SubdomainController extends BaseController
 | 
				
			|||||||
        'docs',
 | 
					        'docs',
 | 
				
			||||||
        'client_domain',
 | 
					        'client_domain',
 | 
				
			||||||
        'custom_domain',
 | 
					        'custom_domain',
 | 
				
			||||||
 | 
					        'preview',
 | 
				
			||||||
 | 
					        'invoiceninja',
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public function __construct()
 | 
					    public function __construct()
 | 
				
			||||||
 | 
				
			|||||||
@ -27,7 +27,6 @@ class CompanyPresenter extends EntityPresenter
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        return $this->settings->name ?: ctrans('texts.untitled_account');
 | 
					        return $this->settings->name ?: ctrans('texts.untitled_account');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        //return $this->entity->name ?: ctrans('texts.untitled_account');
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -49,7 +48,7 @@ class CompanyPresenter extends EntityPresenter
 | 
				
			|||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Test for using base64 encoding
 | 
					     * Test for using base64 encoding
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public function logo2($settings = null)
 | 
					    public function logo_base64($settings = null)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        if (! $settings) {
 | 
					        if (! $settings) {
 | 
				
			||||||
            $settings = $this->entity->settings;
 | 
					            $settings = $this->entity->settings;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user