From 1ecaf29c8b0fb9490ddbde3c61aefe9398462596 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 27 Mar 2022 00:05:02 +0000 Subject: [PATCH] Bug 29576: (QA follow-up) Rename road type to street type to match patron form This changes the pref description so the field name matches what we use in the patron form. Signed-off-by: Katrin Fischer --- .../prog/en/modules/admin/preferences/patrons.pref | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 1a7b6fe1dc..1600984781 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,7 +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_streettype: "Alternate address - Street type" B_address: "Alternate address - Address" B_address2: "Alternate address - Address 2" B_city: "Alternate address - City" @@ -308,13 +308,13 @@ Patrons: phone: "Contact - Primary phone" emailpro: "Contact - Secondary email" phonepro: "Contact - Secondary phone" + streettype: "Main address - Street type" address: "Main address - Address" address2: "Main address - Address 2" city: "Main address - City" 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