
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, main has been updated via 83c3f55887e01b2405a2d8bda22140d7beab79f8 (commit) from bb678fe1c534988a7d928735ee9918152247d480 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 83c3f55887e01b2405a2d8bda22140d7beab79f8 Author: Terran McCanna <tmccanna@georgialibraries.org> Date: Wed Feb 5 17:17:28 2025 -0500 LP2078350 Remove Second Payment Button in OPAC Have two payment buttons (pay selected and pay all) creates two different idempotency keys, which can create a situation where duplicate payments end up being made to Stripe, but not credited twice to Evergreen. As all charges are selected upon page load, there really isn't any need for the second (pay all) button. Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> Signed-off-by: Jason Etheridge <jason@equinoxOLI.org> diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 index 612d4649f5..afc428d74a 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 @@ -224,7 +224,6 @@ <div class="my-3"> <button type="submit" value="[% l('Pay selected charges') %] - [% money(ctx.user_stats.fines.balance_owed) %]" title="[% l('Pay selected charges') %]" class="btn btn-confirm my-1" id="selectPay"> <i class='fas fa-money-bill-wave' aria-hidden="true"></i> [% l('Pay Selected Charges') %] - [% money(ctx.user_stats.fines.balance_owed) %]</button> - <button type="submit" class="btn btn-confirm my-1"><i class="fas fa-cash-register" aria-hidden="true"></i> [% l('Pay All Charges') %] - [% money(ctx.user_stats.fines.balance_owed) %]</button> </div> [% END %] [% IF neg_or_zero > 0 %] ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- Evergreen ILS