From e341e338aa1ba3e04f3b05a897a68868376ae951 Mon Sep 17 00:00:00 2001 From: Didier Gautheron Date: Thu, 25 Nov 2021 15:39:14 +0100 Subject: [PATCH] Bug 34874: Add streettype and B_streettype to PrefillGuaranteeField To test : 1) modify PrefillGuaranteeField system preference 2) road type for main and alternate addresses aren't in the list 3) Apply patch 4) Redo 1, now they are https://bugs.koha-community.org/show_bug.cgi?id=29576 Signed-off-by: The Minh Luong Signed-off-by: Katrin Fischer --- .../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 9ef410f24c..1a7b6fe1dc 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 @@ -282,6 +282,7 @@ Patrons: - "When adding a guarantee to a guarantor patron fill the following fields in the guarantee's member entry form from the guarantors record:" - pref: PrefillGuaranteeField multiple: + B_streettype: "Alternate address - Road type" B_address: "Alternate address - Address" B_address2: "Alternate address - Address 2" B_city: "Alternate address - City" @@ -313,6 +314,7 @@ Patrons: country: "Main address - Country" state: "Main address - State" zipcode: "Main address - ZIP/Postal code" + streettype: "Main address - Road type" streetnumber: "Main address - Street number" - - pref: AllowStaffToSetCheckoutsVisibilityForGuarantor -- 2.30.2