Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Added prefix (male by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap committed Nov 28, 2021
1 parent a0c699e commit b74e0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/shopware6/customer.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
customer:
customer: { columns: { first_name: { formatter: first_name }, last_name: { formatter: last_name }, company: { formatter: company }, email: { formatter: email }, remote_address: { formatter: remote_ip } } }
customer: { columns: { first_name: { formatter: first_name }, last_name: { formatter: last_name }, company: { formatter: company }, title: { formatter: prefixMale }, email: { formatter: email }, remote_address: { formatter: remote_ip } } }

0 comments on commit b74e0c2

Please sign in to comment.