Merge branch 'translation-warning-french' into 'master'

fix translation issues in french and fix issues in estimate action

See merge request mohit.panjvani/crater-web!18
This commit is contained in:
Mohit Panjwani
2019-11-14 06:33:36 +00:00
5 changed files with 39 additions and 26 deletions

View File

@@ -29,16 +29,9 @@
>
<table-column
:sortable="true"
:filterable="true"
:label="$t('settings.tax_types.tax_name')"
>
<template slot-scope="row">
<span>{{ $t('settings.tax_types.tax_name') }}</span>
<span class="tax-name mt-3">
{{ row.name }}
</span>
</template>
</table-column>
show="name"
/>
<table-column
:sortable="true"
:filterable="true"