mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 20:18:33 -05:00 
			
		
		
		
	Fixes for project name label
This commit is contained in:
		
							parent
							
								
									50f13eca5a
								
							
						
					
					
						commit
						2d87131627
					
				@ -277,7 +277,7 @@ class HtmlEngine
 | 
			
		||||
            $data['$credit.custom4'] = &$data['$quote.custom4'];
 | 
			
		||||
 | 
			
		||||
            if ($this->entity->project) {
 | 
			
		||||
                $data['$project.name'] = ['value' => $this->entity->project->name, 'label' => ctrans('texts.project_name')];                
 | 
			
		||||
                $data['$project.name'] = ['value' => $this->entity->project->name, 'label' => ctrans('texts.project')];                
 | 
			
		||||
                $data['$invoice.project'] = &$data['$project.name'];
 | 
			
		||||
                $data['$quote.project'] = &$data['$project.name'];
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user