Skip to content

Commit

Permalink
Merge pull request #628 from SSWConsulting/621_make_work_hours_field_…
Browse files Browse the repository at this point in the history
…consistent_with_crm

Make work hours field conistent with CRM
  • Loading branch information
AttackOnMorty authored Sep 11, 2023
2 parents 65ff108 + fce47db commit e336456
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
{
"type": "TextBlock",
"wrap": true,
"text": "${replace(profile.workHours, '\n', ' | ')}"
"text": "${replace(profile.workHours, '\n', '\n\n')}"
}
],
"spacing": "None"
Expand Down

0 comments on commit e336456

Please sign in to comment.