Bugzilla – Attachment 109891 Details for
Bug 26283
dateexpiry and dateenrolled are missing in the new modal for BorrowerMandatoryField and others
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26283: Add dateexpiry and dateenrolled to new borrower fields modal
Bug-26283-Add-dateexpiry-and-dateenrolled-to-new-b.patch (text/plain), 1.68 KB, created by
Julian Maurice
on 2020-09-11 08:28:45 UTC
(
hide
)
Description:
Bug 26283: Add dateexpiry and dateenrolled to new borrower fields modal
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2020-09-11 08:28:45 UTC
Size:
1.68 KB
patch
obsolete
>From d90762c28c0350845868dc58ecfc9c978c51d6a8 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 27 Aug 2020 07:30:54 +0000 >Subject: [PATCH] Bug 26283: Add dateexpiry and dateenrolled to new borrower > fields modal > >While these may not make sense for all patron field preferences, I think >it's better to have them in general than to have them missing. > >To test: >- Check the modal for BorrowerMandatoryField system preference >- Verify dateenrolled and dateexpiry fields are missing >- Apply patch >- Verify the dates are listed now >- Set both to mandatory >- Verify that they are indeed mandatory when adding a new patron now > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > .../prog/en/modules/admin/preferences/borrowers.json | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json >index fc1482fad7..62b75d2705 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json >@@ -30,6 +30,8 @@ > "B_email": "B_email", > "B_phone": "B_phone", > "dateofbirth": "dateofbirth", >+ "dateenrolled": "dateenrolled", >+ "dateexpiry": "dateexpiry", > "branchcode": "branchcode", > "categorycode": "categorycode", > "contactname": "contactname", >@@ -50,4 +52,4 @@ > "altcontactcountry": "altcontactcountry", > "altcontactphone": "altcontactphone", > "smsalertnumber": "smsalertnumber" >-} >\ No newline at end of file >+} >-- >2.20.1
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 26283
:
109300
|
109686
| 109891