Added total dontaion amount to donor detail

ref #78
This commit is contained in:
Nicolai Ort 2021-02-20 19:55:11 +01:00
parent 1c4975589f
commit 5d945f5bc5

View File

@ -186,6 +186,10 @@
</span> </span>
</div> </div>
<!-- --> <!-- -->
<div style="displ">
<span class="font-medium text-gray-700">{$_('total-donation-amount')}:</span>
<span>{(editable.donationAmount/100).toFixed(2).toLocaleString("de-DE", {valute: "EUR"})}</span>
</div>
<div class="text-sm w-full"> <div class="text-sm w-full">
<label <label
for="firstname" for="firstname"