mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 02:37:34 -05:00 
			
		
		
		
	
						commit
						8588ba9969
					
				@ -608,9 +608,12 @@ class TaskController extends BaseController
 | 
			
		||||
 | 
			
		||||
            $sort_status_id = $this->decodePrimaryKey($key);
 | 
			
		||||
            
 | 
			
		||||
            nlog($task_list);
 | 
			
		||||
 | 
			
		||||
            foreach ($task_list as $key => $task)
 | 
			
		||||
            {
 | 
			
		||||
 | 
			
		||||
                nlog($task);
 | 
			
		||||
                $task = Task::where('id', $this->decodePrimaryKey($task))
 | 
			
		||||
                             ->where('company_id', auth()->user()->company()->id)
 | 
			
		||||
                             ->first();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user