diff --git a/res/static/style/layout.css b/res/static/style/layout.css
index c4bc2b9..2a53d36 100644
--- a/res/static/style/layout.css
+++ b/res/static/style/layout.css
@@ -98,7 +98,7 @@ footer {
}
footer>.footer_content {
- background-color: var(--body_background);
+ background: var(--body_background);
color: var(--body_text_color);
display: inline-block;
width: 1000px;
diff --git a/svelte/src/admin_panel/MollieSettlement.svelte b/svelte/src/admin_panel/MollieSettlement.svelte
index b66350b..acd5063 100644
--- a/svelte/src/admin_panel/MollieSettlement.svelte
+++ b/svelte/src/admin_panel/MollieSettlement.svelte
@@ -101,46 +101,48 @@ onMount(get_payments);
Taxes per country
-
-
- Country |
- Payments |
- Amount |
- VAT |
- VAT% |
- Total |
-
- {#each Object.entries(per_country) as [country, row]}
-
- {country} |
- {row.count} |
- |
- |
- {row.vat_fraction*100}% |
- |
-
- {/each}
-
- Total |
- {totals.count} |
- |
- |
- |
- |
-
- {#if per_country.NL}
+
+
All payments ({payments.length})