From 5b74c1a5a1e6542cb104df2d527df8f6918d5db3 Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Tue, 5 Nov 2024 10:15:25 +0100 Subject: [PATCH] Bug 36221: (QA follow-up): add placeholder attr to staff custom fields In the prepopulated fields when editing item metadata that had custom fields (tt generated). So it's consistent when adding new empty fields (done in JS) --- Koha/ILL/Backend/shared-includes/custom_fields.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/ILL/Backend/shared-includes/custom_fields.inc b/Koha/ILL/Backend/shared-includes/custom_fields.inc index 0ab4a51c6b..eda71f62f3 100644 --- a/Koha/ILL/Backend/shared-includes/custom_fields.inc +++ b/Koha/ILL/Backend/shared-includes/custom_fields.inc @@ -10,8 +10,8 @@ [% ELSE %] - - + + [% END %]