Bugzilla – Attachment 66730 Details for
Bug 18636
Can not save new patron on fresh install (Conflict between autoMemberNum and BorrowerMandatoryField)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18636: Sysprefs: Add explanation for conflict autonumbernum / BorrowerMandatoryFields
Bug-18636-Sysprefs-Add-explanation-for-conflict-au.patch (text/plain), 2.30 KB, created by
Kyle M Hall (khall)
on 2017-09-01 12:56:15 UTC
(
hide
)
Description:
Bug 18636: Sysprefs: Add explanation for conflict autonumbernum / BorrowerMandatoryFields
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-09-01 12:56:15 UTC
Size:
2.30 KB
patch
obsolete
>From 14ae19fb05463a5b81de770af925f40fdf4dd3d1 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 9 Aug 2017 09:46:02 +0200 >Subject: [PATCH] Bug 18636: Sysprefs: Add explanation for conflict > autonumbernum / BorrowerMandatoryFields > >This patch adds a note to the system preferences autonembernum and >BorrowerMandatoryFields regarding a conflict if automembernum is on >and BorrowerMandatoryFields contains cardnumber. > >To reproduce issue: See initial comment. > >To test: >- Apply patch >- Verify that in system preferences note appears with both prefs > automembernum and BorrowerMandatoryFields > >Followed test plan, works as described >Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >index ac4946d..3a95ba7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >@@ -23,11 +23,13 @@ Patrons: > yes: Do > no: "Don't" > - default the card number field on the patron addition screen to the next available card number (for example, if the largest currently used card number is 26345000012941, then this field will default to 26345000012942). >+ - "NOTE: If autoMemberNum is enabled, the system preference BorrowerMandatoryField must not contain the field cardnumber." > - > - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:" > - pref: BorrowerMandatoryField > class: multi > - (separate columns with |) >+ - "NOTE: If autoMemberNum is enabled, the system preference BorrowerMandatoryField must not contain the field cardnumber." > - > - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron entry screen:" > - pref: BorrowerUnwantedField >-- >2.10.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 18636
:
65699
|
66516
| 66730