refs #1985 fixed wizard and report path..
This commit is contained in:
		@@ -70,7 +70,7 @@
 | 
			
		||||
                                            </button>
 | 
			
		||||
                                            @can('delete-settings-currencies')
 | 
			
		||||
                                                <div class="dropdown-divider"></div>
 | 
			
		||||
                                                {!! Form::deleteLink($item, 'wizard/currencies') !!}
 | 
			
		||||
                                                {!! Form::deleteLink($item, 'wizard.currencies.destroy') !!}
 | 
			
		||||
                                            @endcan
 | 
			
		||||
                                        </div>
 | 
			
		||||
                                    </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -67,7 +67,7 @@
 | 
			
		||||
                                            </button>
 | 
			
		||||
                                            @can('delete-settings-taxes')
 | 
			
		||||
                                                <div class="dropdown-divider"></div>
 | 
			
		||||
                                                {!! Form::deleteLink($item, 'wizard/taxes') !!}
 | 
			
		||||
                                                {!! Form::deleteLink($item, 'wizard.taxes.destroy') !!}
 | 
			
		||||
                                            @endcan
 | 
			
		||||
                                        </div>
 | 
			
		||||
                                    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user