fix: streamlined discount display in all breakdowns
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
|
||||
{% block content %}
|
||||
{% set currency = booking.pricingCurrency ?? priceBreakdown.currency %}
|
||||
{% set displayTotal = booking.totalPrice ?? (priceBreakdown.total ?? null) %}
|
||||
|
||||
<div class="flex-1 flex flex-col lg:grid lg:grid-cols-5 min-h-0 relative">
|
||||
|
||||
@@ -42,7 +41,6 @@
|
||||
booking: booking,
|
||||
ctx: ctx,
|
||||
currency: currency,
|
||||
displayTotal: displayTotal,
|
||||
} %}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user