Bugzilla – Attachment 152806 Details for
Bug 33872
Duplicated patron's registration date is set to expiration date of template patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33872: Auto calc duplicated patron's registration date to today's date
Bug-33872-Auto-calc-duplicated-patrons-registratio.patch (text/plain), 1.99 KB, created by
ByWater Sandboxes
on 2023-06-28 14:16:30 UTC
(
hide
)
Description:
Bug 33872: Auto calc duplicated patron's registration date to today's date
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2023-06-28 14:16:30 UTC
Size:
1.99 KB
patch
obsolete
>From 29105f8842759226065cceb8513643965d980b4a Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Fri, 9 Jun 2023 19:15:19 +0000 >Subject: [PATCH] Bug 33872: Auto calc duplicated patron's registration date to > today's date > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >Signed-off-by: Rhonda Kuiper <rkuiper@roundrocktexas.gov> >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 3461e6fb9d..8427271b66 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1084,9 +1084,9 @@ legend:hover { > [% ELSE %] > <label for="from"> > [% END %] >- Registration date: >+ Registration date (leave blank for auto calc): > </label> >- <input type="text" id="from" name="dateenrolled" maxlength="10" size="10" value="[% borrower_data.dateenrolled | html %]" class="flatpickr" data-date_to="to" /> >+ <input type="text" id="from" name="dateenrolled" maxlength="10" size="10" value="[% IF opduplicate %][% GetToday() %][% ELSE %][% borrower_data.dateenrolled | default(GetToday()) | html %][% END %]" class="flatpickr" data-date_to="to" /> > [% IF ( mandatorydateenrolled ) %] > <span class="required">Required</span> > [% END %] >-- >2.30.2
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 33872
:
152265
|
152331
| 152806