Bugzilla – Attachment 184257 Details for
Bug 40400
Rename club start and end date to make clearer these are for the enrollment period
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40400: Changed club start date and end date to Enrollment start date and Enrollment end date
Bug-40400-Changed-club-start-date-and-end-date-to-.patch (text/plain), 1.70 KB, created by
David Nind
on 2025-07-17 23:27:22 UTC
(
hide
)
Description:
Bug 40400: Changed club start date and end date to Enrollment start date and Enrollment end date
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-07-17 23:27:22 UTC
Size:
1.70 KB
patch
obsolete
>From c7b41c417aace12c4573f2940d7a51cb90384340 Mon Sep 17 00:00:00 2001 >From: Rachel A-M <anastasimarais@gmail.com> >Date: Thu, 17 Jul 2025 22:18:40 +0000 >Subject: [PATCH] Bug 40400: Changed club start date and end date to Enrollment > start date and Enrollment end date > >Test plan: >1. Navigate to Tools > Patron clubs >2. Create a club template >3. Create a new club using new club template >4. Observe the date fields are "start date" and "end date" >5. Apply patch >6. Refresh page, observe that the date fields have changed to "Enrollment start date" and "Enrollment end date". > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt >index e296f53a2a5..a4af8dae066 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt >@@ -74,12 +74,12 @@ > </li> > > <li> >- <label for="from">Start date:</label> >+ <label for="from">Enrollment start date:</label> > <input name="date_start" id="from" size="10" class="flatpickr" data-date_to="to" value="[% club.date_start | html %]" /> > </li> > > <li> >- <label for="to">End date:</label> >+ <label for="to">Enrollment end date:</label> > <input name="date_end" id="to" size="10" class="flatpickr" value="[% club.date_end | html %]" /> > </li> > >-- >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 40400
:
184247
| 184257