feat: dynamically calculated total price
closes #8698xuzaa
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
<h3 class="text-lg font-semibold">
|
||||
Gesamtpreis
|
||||
</h3>
|
||||
{{ bookingData.totalPrice|format_currency('EUR') }}
|
||||
{{ bookingData.calculatedTotalPrice|format_currency('EUR') }}
|
||||
</div>
|
||||
<div>
|
||||
<h3 class="text-lg font-semibold">
|
||||
|
||||
Reference in New Issue
Block a user