Tidying per sonar recommendations

This commit is contained in:
wrongecho 2025-01-02 21:05:03 +00:00
parent db6d2fb534
commit f39b0eb367
2 changed files with 5 additions and 6 deletions

View File

@ -683,6 +683,7 @@ while ($row = mysqli_fetch_array($sql_recurring)) {
// Logging // Logging
logAction("Invoice", "Payment", "Auto Payment amount of " . numfmt_format_currency($currency_format, $recurring_amount, $recurring_payment_currency_code) . " added to invoice $invoice_prefix$invoice_number", $client_id, $new_invoice_id); logAction("Invoice", "Payment", "Auto Payment amount of " . numfmt_format_currency($currency_format, $recurring_amount, $recurring_payment_currency_code) . " added to invoice $invoice_prefix$invoice_number", $client_id, $new_invoice_id);
} //End Auto Payment } //End Auto Payment
} //End Recurring Invoices Loop } //End Recurring Invoices Loop

View File

@ -556,5 +556,3 @@ if (file_exists($lock_file_path)) {
} }
echo "Processed Emails into tickets: $processed_count\n"; echo "Processed Emails into tickets: $processed_count\n";
echo "Unprocessed Emails: $unprocessed_count\n"; echo "Unprocessed Emails: $unprocessed_count\n";
?>