mirror of https://github.com/itflow-org/itflow
Tidying per sonar recommendations
This commit is contained in:
parent
db6d2fb534
commit
f39b0eb367
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue