Fixed missing currency for discount fixed price symbol..
This commit is contained in:
parent
36707cc2a1
commit
96a1c720aa
@ -231,7 +231,7 @@
|
|||||||
:class="[{'btn-outline-primary' : row.discount_type !== 'fixed'}, {'bg-white rounded-lg' : row.discount_type === 'fixed'}]"
|
:class="[{'btn-outline-primary' : row.discount_type !== 'fixed'}, {'bg-white rounded-lg' : row.discount_type === 'fixed'}]"
|
||||||
@click="onChangeLineDiscountType(index, 'fixed')"
|
@click="onChangeLineDiscountType(index, 'fixed')"
|
||||||
>
|
>
|
||||||
<span class="text-base">{{ $currency->symbol }}</span>
|
<span class="text-base">{{ ($currency) ? $currency->symbol ? '$' }}</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user