Skip to content

Commit

Permalink
Merge branch '606-salutation' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-podolskiy90 committed Aug 9, 2024
2 parents 1ff2612 + 95c5611 commit 05b4a37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</resultMap>

<sql id="WRITABLE_CONTACT_FIELDS">
user_id,first_name,last_name,description,position,email,phone,homepage,organization,address,city,province,country,postal_code,created,created_by,modified,modified_by
user_id,first_name,last_name,salutation,description,position,email,phone,homepage,organization,address,city,province,country,postal_code,created,created_by,modified,modified_by
</sql>

<sql id="CONTACT_FIELDS">
Expand Down

0 comments on commit 05b4a37

Please sign in to comment.