mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:07:32 -05:00 
			
		
		
		
	Merge pull request #819 from joshuadwire/enterprise-plan
Fix typos in enterprise plan changes
This commit is contained in:
		
						commit
						c9ef281206
					
				@ -830,7 +830,7 @@ class Account extends Eloquent
 | 
			
		||||
 | 
			
		||||
            // White Label
 | 
			
		||||
            case FEATURE_WHITE_LABEL:
 | 
			
		||||
                if ($this->isNinjaAccount() || (!$selfHost && $planDetails && !$plan_details['expires'])) {
 | 
			
		||||
                if ($this->isNinjaAccount() || (!$selfHost && $planDetails && !$planDetails['expires'])) {
 | 
			
		||||
                    return false;
 | 
			
		||||
                }
 | 
			
		||||
                // Fallthrough
 | 
			
		||||
@ -1262,7 +1262,7 @@ class Account extends Eloquent
 | 
			
		||||
 | 
			
		||||
    public function attatchPDF()
 | 
			
		||||
    {
 | 
			
		||||
        return $this->hasFeaure(FEATURE_PDF_ATTACHMENT) && $this->pdf_email_attachment;
 | 
			
		||||
        return $this->hasFeature(FEATURE_PDF_ATTACHMENT) && $this->pdf_email_attachment;
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    public function getEmailDesignId()
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user