From 733568c69f5f01e90e344d04cb7ece2c23719457 Mon Sep 17 00:00:00 2001
From: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Date: Wed, 3 Jan 2024 12:06:47 +0000
Subject: [PATCH] Bug 35570: (QA follow-up):

Add FreeForm fix from https://github.com/PTFS-Europe/koha-ill-freeform/commit/9c9da5ff2815fb6ce0af0181341dea5ce8c3bb2e into this work.
This is to keep this work up to date with latest FreeForm's fixes.
See bug 35685 for context and test plan.
---
 Koha/ILL/Backend/opac-includes/create.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Koha/ILL/Backend/opac-includes/create.inc b/Koha/ILL/Backend/opac-includes/create.inc
index df076e248e..8b22848d7e 100644
--- a/Koha/ILL/Backend/opac-includes/create.inc
+++ b/Koha/ILL/Backend/opac-includes/create.inc
@@ -1,6 +1,8 @@
 [% IF whole.error %]
 [% IF whole.status == 'missing_identifier' %]
 <p><em>Please Note:</em> Mandatory field Identifier is missing.</p>
+[% ELSIF whole.status == 'missing_type' %]
+<p><em>Please Note:</em> Type is a mandatory field.</p>
 [% ELSIF whole.status == 'missing_branch' %]
 <p><em>Please Note:</em> Branch is a mandatory field.</p>
 [% ELSIF whole.status == 'invalid_borrower' %]
-- 
2.30.2