fixed symbol issue..

This commit is contained in:
Cüneyt Şentürk 2023-06-21 15:58:09 +03:00
parent a09f5077ec
commit fafcd9b2d4

View File

@ -231,7 +231,7 @@
:class="[{'btn-outline-primary' : row.discount_type !== 'fixed'}, {'bg-white rounded-lg' : row.discount_type === 'fixed'}]"
@click="onChangeLineDiscountType(index, 'fixed')"
>
<span class="text-base">{{ ($currency) ? $currency->symbol ? '$' }}</span>
<span class="text-base">{{ ($currency) ? $currency->symbol : '$' }}</span>
</button>
</div>