Skip to content

Commit

Permalink
Merge commit 'ae14c9080c53753f5e9570503069788e426f2efa' into 128-prov…
Browse files Browse the repository at this point in the history
…enanceInfo
  • Loading branch information
TobiasNx committed Aug 8, 2023
2 parents 0e819d1 + ae14c90 commit 87746f9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion conf/fix-enriched.fix
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,10 @@ end
## <!-- Telephone and email -->

if exists ("phonenr")
paste("telephone","~00","countryCode","prefix","phonenr")
paste("@countryCode","~00","countryCode",join_char:"")
paste("telephone","@countryCode","prefix","phonenr")
end

if exists("email")
paste("email","~mailto:","email", join_char:"")
end
Expand Down
Loading

0 comments on commit 87746f9

Please sign in to comment.