@@ -, +, @@ PrefillGuaranteeField 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 --- .../prog/en/modules/admin/preferences/patrons.pref | 2 ++ 1 file changed, 2 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ a/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 --