mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:07:32 -05:00 
			
		
		
		
	Merge pull request #4589 from beganovich/v4-toggle-parent-when-force
(v4) Toggle parent company when clicking on force checkbox (migration)
This commit is contained in:
		
						commit
						18cde4bc5f
					
				@ -25,7 +25,7 @@
 | 
			
		||||
                </div>
 | 
			
		||||
                <div class="form-group">
 | 
			
		||||
                    <label for="companies[{{ $company['company_key'] }}][force]">
 | 
			
		||||
                        <input type="checkbox" id="companies[{{ $company['company_key'] }}][force]" name="companies[{{ $company['company_key'] }}][force]">
 | 
			
		||||
                        <input type="checkbox" onclick="document.getElementById('{{ $company['company_key'] }}').checked = true" id="companies[{{ $company['company_key'] }}][force]" name="companies[{{ $company['company_key'] }}][force]">
 | 
			
		||||
                        <small>{!! trans('texts.force_migration') !!}</small>
 | 
			
		||||
                    </label>
 | 
			
		||||
                </div>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user