Comment 1 for bug 1830387

Revision history for this message
John Amundson (jamundson) wrote :

I want to note that the field {{patron.juvenile}} will produce a response in the template preview but not when a receipt prints.

In theory, the following should achieve the desired result:

<div ng-if="patron.juvenile=='f'">Raffle Details here!!</div>

If fixing access to this field in the checkout receipt template, the Items Out and Renew templates should also be fixed.