From 2501b7d2268067cf81fa03c6ef7a23381f653a23 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Mon, 2 Oct 2023 18:48:28 +0200 Subject: [PATCH] Set enctype to multipart/form-data for invoice status form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since this form is “shared” with the “full” form, that now includes files, it has to be multipart/form-data too. --- web/template/invoices/index.gohtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/template/invoices/index.gohtml b/web/template/invoices/index.gohtml index 6b6104d..28c86eb 100644 --- a/web/template/invoices/index.gohtml +++ b/web/template/invoices/index.gohtml @@ -90,7 +90,8 @@