Merge pull request #2441 from jitendra-webkul/1.0

Issue #2438 fixed
This commit is contained in:
Jitendra Singh 2020-02-12 13:12:16 +05:30 committed by GitHub
commit fcfd4e1d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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