]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1739669 - add PaymentType and persistkey bill payment hist grid
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Fri, 5 Jan 2018 19:23:01 +0000 (14:23 -0500)
committerJason Etheridge <jason@EquinoxInitiative.org>
Wed, 7 Feb 2018 17:20:09 +0000 (12:20 -0500)
commitd44604114e6cd782a624ab67455f4551eb82b2aa
treeeb41476e32833cfc60acb20f08b0daf82b1ccb5a
parentc096eb8751dac732c9e57809271cc24f909623ac
LP#1739669 - add PaymentType and persistkey bill payment hist grid

This adds "circ.patron.billhistory_payments" as the persist-key for that
grid and also adds a Payment Type column. Note that the Payment Type is
that of the individual payment, while the Last Payment Type is that
of the most recent payment on the billing in question.

To test
-------
[1] Set up a patron bill that has multiple payments on it off
    different types (e.g., cash, credit, etc.)
[2] Apply the patch.
[3] In the payments tab of the Bill History page in the web staff
    client, note that there is now a Payment Type column available.
    Verify that it matches the types of the payments entered in
    step 1.
[4] Verify that column settings for that payment history grid can be
    saved.

Signed-off by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Open-ILS/src/templates/staff/circ/patron/t_bill_history_payments.tt2