Comment 2 for bug 1737540

Revision history for this message
Jason Boyer (jboyer) wrote :

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/jboyer/lp1737540-patron-info-receipts

adds the following fields to Checkout, Items Out, and Bill Payment:

suffix,
first_given_name,
second_given_name,
suffix,
card.barcode (Not an actual actor.card),
money_summary.balance_owed, (Not on Bill Payment)
money_summary.total_owed, (See above)
money_summary.total_billed, (See above)
expire_date,
alias,
has_email (boolean),
has_phone (boolean)

There is also some help text added to the print templates.

This has had some light testing so far on a dev server but additional testing is appreciated.