]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1811132: add Debit Card payment type
authorJeff Davis <jeff.davis@bc.libraries.coop>
Fri, 8 Mar 2019 22:12:04 +0000 (14:12 -0800)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 26 Feb 2020 21:22:21 +0000 (16:22 -0500)
commit3d7a7c1c789e7c2facf9801fabf3448ae0f5d490
tree8aa8e507d4de0c447de973a21b6c595565ede753
parent65ebd4874f971c52e10b48786b01f7c68c98df76
LP#1811132: add Debit Card payment type

Signed-off-by: Jeff Davis <jeff.davis@bc.libraries.coop>
Signed-off-by: Ruth Frasur <rfrasur@gmail.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
15 files changed:
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/extras/ils_events.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/money.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/dbi.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/money.pm
Open-ILS/src/sql/Pg/080.schema.money.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.debit_card_payment.sql [new file with mode: 0644]
Open-ILS/src/templates/staff/base_js.tt2
Open-ILS/src/templates/staff/circ/patron/t_bills.tt2
Open-ILS/src/templates/staff/share/print_templates/t_bill_payment.tt2
Open-ILS/web/js/ui/default/staff/circ/patron/bills.js
Open-ILS/web/opac/common/js/fm_table_conf.js