Donor management feature/78-donor_mgnt #80

Merged
niggl merged 22 commits from feature/78-donor_mgnt into dev 2021-02-24 15:53:54 +00:00
Showing only changes of commit 1c4975589f - Show all commits

View File

@ -120,7 +120,7 @@
</td>
<td class="px-6 py-4 whitespace-nowrap">TODO</td>
<td class="px-6 py-4 whitespace-nowrap">
{donor.donationAmount/100}€
{(donor.donationAmount/100).toFixed(2).toLocaleString("de-DE", {valute: "EUR"})}€
</td>
{#if active_deletes[donor.id] === true}
<td