From 0c6350476c3e014cbde951c3529065dcb69876ab Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 8 Jul 2022 21:58:03 +0200 Subject: Select no default category on payment creation This prevents creating a payment with the first defined category, which may not be the right one to use. --- templates/payment/create.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/payment/create.html b/templates/payment/create.html index 519729e..9af68b6 100644 --- a/templates/payment/create.html +++ b/templates/payment/create.html @@ -84,6 +84,7 @@