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 : '$' }}