Koha/koha-tmpl/opac-tmpl/bootstrap
Katrin Fischer 6cd0a7e282
Bug 25590: Street number is missing from the alternate address in the OPAC
This patch adds the street number field to the alternate address
section in the OPAC, matching the layout of the address in the
staff interface.

To test:

1) Check that you are unable to add a street number to the Alternate
address when logged into the OPAC
2) Apply the patch
3) Check that you can now add and edit the streetnumber field.
4) Check that it also works correctly in patron self-registration.
5) Make the field mandatory and verify this works as expected
   (PatronSelfRegistrationBorrowerMandatoryField and PatronSelfModificationBorrowerMandatoryField)
6) Hide the field from the form
   (PatronSelfRegistrationBorrowerUnwantedField and PatronSelfModificationBorrowerUnwantedField)
7) Change the AddressFormat system preference to German
8) Verify that the street number field moved after the first address line matching
   the first address in the form.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-03-31 18:46:55 +02:00
..
css Bug 32969: Remove references to jQueryUI assets and style in the OPAC 2023-03-27 11:52:03 +02:00
en Bug 25590: Street number is missing from the alternate address in the OPAC 2023-03-31 18:46:55 +02:00
images
itemtypeimg
js Bug 31028: Add feedback to the patron on submission 2023-03-06 11:23:17 -03:00
lib Bug 32969: Remove references to jQueryUI assets and style in the OPAC 2023-03-27 11:52:03 +02:00