I don't recall which session this was in last week, or who asked (it's all
a blur!) but someone asked about how to use the patron preferred name
feature in the print templates to get the preferred name to show up on the
Hold Shelf Slip and I told them I would follow up. This is the code we used
in our hold shelf slips:

<h1><span
ng-if="patron.pref_family_name">{{patron.pref_family_name}}</span><span
ng-if="!patron.pref_family_name">{{patron.family_name}}</span>,
  <span
ng-if="patron.pref_first_given_name">{{patron.pref_first_given_name}}</span><span
ng-if="!patron.pref_first_given_name">{{patron.first_given_name}}</span>
  <span
ng-if="patron.pref_second_given_name">{{patron.pref_second_given_name}}</span><span
ng-if="!patron.pref_second_given_name">{{patron.second_given_name}}</span></h1>




Terran McCanna, PINES Program Manager
------------------------------

Georgia Public Library Service | University System of Georgia

1800 Century Place NE Suite 580 l Atlanta, GA 30345

(404) 235-7138 | tmcca...@georgialibraries.org

http://help.georgialibraries.org | h...@help.georgialibraries.org

<https://www.facebook.com/georgialibraries>
<https://www.twitter.com/georgialibs>

Join our email list <http://georgialibraries.org> for stories of Georgia
libraries making an impact in our communities.

Reply via email to