Bugzilla – Attachment 74914 Details for
Bug 20671
Adding "surname" to instructions. import_borrowers.pl / import_borrowers.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This patch adds 'surname to the instructions for importing patrons.
This-patch-adds-surname-to-the-instructions-for-im.patch (text/plain), 2.13 KB, created by
Jesse Maseto
on 2018-04-27 16:12:56 UTC
(
hide
)
Description:
This patch adds 'surname to the instructions for importing patrons.
Filename:
MIME Type:
Creator:
Jesse Maseto
Created:
2018-04-27 16:12:56 UTC
Size:
2.13 KB
patch
obsolete
>From bffa99ecd4e6020ea3ea4c82d5a8993be64f606b Mon Sep 17 00:00:00 2001 >From: Jesse Maseto <jesse@bywatersolutions.com> >Date: Fri, 27 Apr 2018 16:10:53 +0000 >Subject: [PATCH] This patch adds 'surname to the instructions for importing > patrons. > >https://bugs.koha-community.org/show_bug.cgi?id=20671 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt >index bf2a365..b950898 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt >@@ -18,7 +18,7 @@ > > <p style="color: #990000;">Important: Date formats should match your system preference, and must be zero-padded, e.g. '01/02/2008'.</p> > >-<p style="color: #990000;">Important: The fields 'branchcode' and 'categorycode' are required and must match valid entries in your database.</p> >+<p style="color: #990000;">Important: The fields 'surname', 'branchcode' and 'categorycode' are required and must match valid entries in your database.</p> > > <p style="background-color: #ffe599">Tip : If loading patron attributes, the 'patron_attributes' field should contain a comma-separated list of attribute types and values.</p> > <ul> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >index f2b5c3c..b2e169a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >@@ -266,7 +266,7 @@ > [% END %] > > <li> >- The fields 'branchcode' and 'categorycode' are <b>required</b> and <b>must match</b> valid entries in your database. >+ The fields 'surname', 'branchcode' and 'categorycode' are <b>required</b> and <b>must match</b> valid entries in your database. > </li> > > <li> >-- >2.1.4
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 20671
: 74914