Bugzilla – Attachment 180408 Details for
Bug 39371
Holds to Place Count should have a character limit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39371: Add a max character limit to "Holds to place"
Bug-39371-Add-a-max-character-limit-to-Holds-to-pl.patch (text/plain), 1.41 KB, created by
Laura Escamilla
on 2025-04-02 14:47:45 UTC
(
hide
)
Description:
Bug 39371: Add a max character limit to "Holds to place"
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2025-04-02 14:47:45 UTC
Size:
1.41 KB
patch
obsolete
>From eba6f4db4e52bd0a93b272980b1a20da27daec75 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Wed, 2 Apr 2025 14:43:25 +0000 >Subject: [PATCH] Bug 39371: Add a max character limit to "Holds to place" > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 558b5e0d9f..d9d51a541f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -661,7 +661,7 @@ > [% UNLESS remaining_holds_for_record == 1 %] > <li> > <label for="holds_to_place_count">Holds to place (count)</label> >- <input type="text" inputmode="numeric" pattern="[0-9]*" id="holds_to_place_count" name="holds_to_place_count" value="1" /> >+ <input type="text" inputmode="numeric" pattern="[0-9]*" id="holds_to_place_count" name="holds_to_place_count" value="1" maxlength="3" /> > </li> > [% ELSE %] > <input type="hidden" name="holds_to_place_count" value="1" /> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39371
:
179482
|
180408
|
183470
|
183471