mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 20:07:31 -05:00 
			
		
		
		
	Fixes for task filters
This commit is contained in:
		
							parent
							
								
									d6337b69b3
								
							
						
					
					
						commit
						cf35c30bfc
					
				@ -88,7 +88,7 @@ class TaskFilters extends QueryFilters
 | 
			
		||||
        return $this->builder;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function project_tasks($project): Builder
 | 
			
		||||
    public function project_tasks(string $project = ''): Builder
 | 
			
		||||
    {
 | 
			
		||||
        if (strlen($project) == 0) {
 | 
			
		||||
            return $this->builder;
 | 
			
		||||
 | 
			
		||||
@ -2695,7 +2695,7 @@ $lang = array(
 | 
			
		||||
    'no_assets' => 'No images, drag to upload',
 | 
			
		||||
    'add_image' => 'Add Image',
 | 
			
		||||
    'select_image' => 'Select Image',
 | 
			
		||||
    'upgrade_to_upload_images' => 'Upgrade to the Enterprise Plan to upload images',
 | 
			
		||||
    'upgrade_to_upload_images' => 'Upgrade to the Enterprise Plan to upload files & images',
 | 
			
		||||
    'delete_image' => 'Delete Image',
 | 
			
		||||
    'delete_image_help' => 'Warning: deleting the image will remove it from all proposals.',
 | 
			
		||||
    'amount_variable_help' => 'Note: the invoice $amount field will use the partial/deposit field if set otherwise it will use the invoice balance.',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user