From 51c2cf368341c9f3c56d5fe67526305ecccfa47e Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Tue, 7 Mar 2017 17:38:28 +0200 Subject: [PATCH] Bug 7534: (QA-follow-up) Default pickup location to Yes when adding a new library To test: 1. Apply the patches before this one 2. Go to /cgi-bin/koha/admin/branches.pl 3. Press New library button 4. Scroll down the page and observe Pickup location defaults to No 5. Apply this patch 6. Go to /cgi-bin/koha/admin/branches.pl 7. Press New library button 8. Scroll down the page and observe Pickup location now defaults to Yes Signed-off-by: Koha Team AMU --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 5db78ed..fade9ce 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -147,7 +147,7 @@
  • Can be entered as a single IP, or a subnet such as 192.168.1.*
  • If not filled in defaults to system preference MARCOrgCode. You can obtain your code from Library of Congress.
  • -
  • +
  • -- 2.1.4