This commit is contained in:
Jitendra Singh 2020-02-12 13:07:17 +05:30
parent 6243ad8c31
commit a6790b97d1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<span class="col-8">{{ __('shop::app.checkout.total.disc-amount') }}</span>
<span class="col-4 text-right">
{{ core()->currency($cart->base_discount_amount) }}
-{{ core()->currency($cart->base_discount_amount) }}
</span>
</div>
@endif