change function name and add function in add new modal
This commit is contained in:
		@@ -19,7 +19,7 @@
 | 
			
		||||
                <div class="row">
 | 
			
		||||
                    {{ Form::textGroup('name', trans('general.name'), 'font') }}
 | 
			
		||||
 | 
			
		||||
                    {{ Form::textGroup('rate', trans('taxes.rate'), 'percent', ['@input' => 'taxRateReplace']) }}
 | 
			
		||||
                    {{ Form::textGroup('rate', trans('taxes.rate'), 'percent', ['@input' => 'onChangeTaxRate']) }}
 | 
			
		||||
 | 
			
		||||
                    {{ Form::selectGroup('type', trans_choice('general.types', 1), 'bars', $types, 'normal') }}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@
 | 
			
		||||
                <div class="row">
 | 
			
		||||
                    {{ Form::textGroup('name', trans('general.name'), 'font') }}
 | 
			
		||||
 | 
			
		||||
                    {{ Form::textGroup('rate', trans('taxes.rate'), 'percent', ['@input' => 'taxRateReplace']) }}
 | 
			
		||||
                    {{ Form::textGroup('rate', trans('taxes.rate'), 'percent', ['@input' => 'onChangeTaxRate']) }}
 | 
			
		||||
 | 
			
		||||
                    {{ Form::selectGroup('type', trans_choice('general.types', 1), 'bars', $types, $tax->type) }}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user