Tidying per sonar recommendations
This commit is contained in:
@@ -683,6 +683,7 @@ while ($row = mysqli_fetch_array($sql_recurring)) {
|
||||
|
||||
// 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);
|
||||
|
||||
} //End Auto Payment
|
||||
|
||||
} //End Recurring Invoices Loop
|
||||
|
||||
@@ -556,5 +556,3 @@ if (file_exists($lock_file_path)) {
|
||||
}
|
||||
echo "Processed Emails into tickets: $processed_count\n";
|
||||
echo "Unprocessed Emails: $unprocessed_count\n";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user