[OPEN-ILS-GENERAL] Conference followup question about preferred names

Terran McCanna tmccanna at georgialibraries.org
Mon Apr 29 11:23:22 EDT 2019


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 | tmccanna at georgialibraries.org

http://help.georgialibraries.org | help at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20190429/49bc4f41/attachment.html>


More information about the Open-ils-general mailing list