mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	Merge branch 'language-validation' into 'master'
Language and validation See merge request mohit.panjvani/crater-web!6
This commit is contained in:
		| @ -113,7 +113,11 @@ | ||||
|         <h3 class="page-title">{{ $t('settings.preferences.discount_setting') }}</h3> | ||||
|         <div class="flex-box"> | ||||
|           <div class="left"> | ||||
|             <base-switch v-model="discount_per_item" class="btn-switch" @change="setDiscount" /> | ||||
|             <base-switch | ||||
|               v-model="discount_per_item" | ||||
|               class="btn-switch" | ||||
|               @change="setDiscount" | ||||
|             /> | ||||
|           </div> | ||||
|           <div class="right ml-15"> | ||||
|             <p class="box-title">  {{ $t('settings.preferences.discount_per_item') }} </p> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user