From a03fa562fd009d828927b6424043ce11292baa7c 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) Signed-off-by: Victor Grousset/tuxayo --- 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 %]