From b5284ebcf13b0af926bee7ef570aa96487411419 Mon Sep 17 00:00:00 2001 From: Te Rauhina Jackson Date: Tue, 16 Jan 2018 20:49:20 +0000 Subject: [PATCH] Bug 18661: Made "Replace only included patron attributes" default on patron import Test Plan: 1) Go to the import patrons page and notice that "Replace all patron attributes" is selected by default in the Patron Attributes section. 2) Apply this patch 3) Go back to the import patrons page and notice that "Replace only included patron attributes" is delected by default. --- .../intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 1ced2d5a49..ebd13bea7a 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 @@ -280,6 +280,18 @@ you can supply dates in ISO format (e.g., '2010-10-28'). + [% IF ( Koha.Preference('ExtendedPatronAttributes') == 1 ) %] +
+ Patron attributes +
  1. + +
  2. +
  3. + +
  4. +
+
+ [% END %] -- 2.11.0