]> git.agnieray.net Git - galette.git/commit
Merge member address continuation into address and remove it
authorJohan Cwiklinski <johan@x-tnd.be>
Sun, 28 Nov 2021 09:56:44 +0000 (10:56 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 28 Nov 2021 15:55:19 +0000 (16:55 +0100)
commit2cd6ac23e66572ee3057fb546afcf03e722ce973
tree0a563d9147d3d6b42cb73c895c35d40c99376ebe
parent5d1cf32e43da81481eb53cd5a69cb6e2e0d47846
Merge member address continuation into address and remove it
16 files changed:
galette/includes/fields_defs/members_fields.php
galette/install/scripts/mysql.sql
galette/install/scripts/pgsql.sql
galette/install/scripts/upgrade-to-0.96-mysql.sql
galette/install/scripts/upgrade-to-0.96-pgsql.sql
galette/lib/Galette/Core/Preferences.php
galette/lib/Galette/Entity/Adherent.php
galette/lib/Galette/Entity/FieldsConfig.php
galette/lib/Galette/Entity/ListsConfig.php
galette/lib/Galette/Features/Replacements.php
galette/lib/Galette/IO/PdfMembersLabels.php
galette/lib/Galette/Repository/Members.php
galette/templates/default/forms_types.tpl
galette/templates/default/forms_types/address.tpl
tests/Galette/Entity/tests/units/FieldsConfig.php
tests/GaletteTestCase.php