Fix approval Syntax

This commit is contained in:
johnnyq
2026-08-31 17:52:44 -04:00
parent 7442e0c2c8
commit bcdfab996c
6 changed files with 35 additions and 5 deletions

View File

@@ -61,7 +61,8 @@ if (isset($_GET['delete_saved_payment'])) {
// SQL Cascade delete will Remove All Associated Auto Payment Methods on recurring invoices in the recurring payments table.
logAudit("Payment Provider", "Update", "$session_name deleted saved payment method $saved_payment_description (PM: $payment_method)", $client_id);
$payment_method_esc = escapeSql($payment_method);
logAudit("Payment Provider", "Update", "$session_name deleted saved payment method $saved_payment_description (PM: $payment_method_esc)", $client_id);
flashAlert("Payment method <strong>$saved_payment_description</strong> removed", 'error');