mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
When Editing Recurring Expense use the Next Month Date instead of selecting the month that the recurring expense was initially created
This commit is contained in:
@@ -38,6 +38,7 @@ $sql_recent_logins = mysqli_query(
|
||||
$mysqli,
|
||||
"SELECT * FROM logins
|
||||
WHERE login_client_id = $client_id
|
||||
AND login_archived_at IS NULL
|
||||
ORDER BY login_updated_at ASC
|
||||
LIMIT 5"
|
||||
);
|
||||
@@ -63,6 +64,7 @@ $sql_stale_tickets = mysqli_query(
|
||||
"SELECT * FROM tickets
|
||||
WHERE ticket_client_id = $client_id
|
||||
AND ticket_updated_at < CURRENT_DATE - INTERVAL 3 DAY
|
||||
AND ticket_resolved_At IS NULL
|
||||
AND ticket_closed_at IS NULL
|
||||
ORDER BY ticket_updated_at ASC
|
||||
LIMIT 5"
|
||||
|
||||
Reference in New Issue
Block a user