Bugzilla – Attachment 173744 Details for
Bug 38287
Saving default checkout, hold and return policy with empty bookings values causes error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38287: Clean-up unecessary input values
Bug-38287-Clean-up-unecessary-input-values.patch (text/plain), 1.73 KB, created by
Aleisha Amohia
on 2024-10-31 04:36:57 UTC
(
hide
)
Description:
Bug 38287: Clean-up unecessary input values
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2024-10-31 04:36:57 UTC
Size:
1.73 KB
patch
obsolete
>From 34742da0e0c2d72aadeedddb06459e602c27cd29 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 29 Oct 2024 14:03:10 +0000 >Subject: [PATCH] Bug 38287: Clean-up unecessary input values > >These are inputs for new entries, no values are shown or needed here > >Signed-off-by: Sam Sowanick <sam.sowanick@corvallisoregon.gov> >Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index 14bba56ee4e..4ec21fb4549 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -1423,10 +1423,10 @@ > </select> > </td> > <td> >- <input type="text" name="bookings_lead_period" class="bookinglead" size="3" value="[% bookings_lead_period | html %]"> >+ <input type="text" name="bookings_lead_period" class="bookinglead" size="3"> > </td> > <td> >- <input type="text" name="bookings_trail_period" class="bookingtrail" size="3" value="[% bookings_trail_period | html %]"> >+ <input type="text" name="bookings_trail_period" class="bookingtrail" size="3"> > </td> > <td> > <select name="returnbranch"> >-- >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 38287
:
173648
|
173649
|
173681
|
173682
|
173743
| 173744