From fafcd9b2d4021d718929fe1b74a10caa47d3d9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Wed, 21 Jun 2023 15:58:09 +0300 Subject: [PATCH] fixed symbol issue.. --- resources/views/components/documents/form/line-item.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/components/documents/form/line-item.blade.php b/resources/views/components/documents/form/line-item.blade.php index 68d95f2b3..61f9c24d9 100644 --- a/resources/views/components/documents/form/line-item.blade.php +++ b/resources/views/components/documents/form/line-item.blade.php @@ -231,7 +231,7 @@ :class="[{'btn-outline-primary' : row.discount_type !== 'fixed'}, {'bg-white rounded-lg' : row.discount_type === 'fixed'}]" @click="onChangeLineDiscountType(index, 'fixed')" > - {{ ($currency) ? $currency->symbol ? '$' }} + {{ ($currency) ? $currency->symbol : '$' }}