diff --git a/docs/modules/admin/pages/receipt_template_editor.adoc b/docs/modules/admin/pages/receipt_template_editor.adoc index 14d04dcdf9..35b70eab65 100644 --- a/docs/modules/admin/pages/receipt_template_editor.adoc +++ b/docs/modules/admin/pages/receipt_template_editor.adoc @@ -142,6 +142,12 @@ ${{patron_money.balance_owed}}` See also: https://docs.angularjs.org/api/ng/directive/ngIf +=== Preferred Name Formatting === + +If a patron has a preferred name, those names can be placed in the receipt. + +Use `{{patron.pref_first_given_name}}`, `{{patron.pref_second_given_name}}`, and/or `{{patron.pref_family_name}}`. + === Substrings === To print just a sub-string of a variable, you can use a *limitTo* function.