From 8a767a81dd4e8a518c4bb6b38ee0897c63146971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Sun, 14 Dec 2025 17:01:33 -0300 Subject: [PATCH] update range period --- .../app/routes/_.$orgid.billing._index/range-period.tsx | 3 ++- orders-events/app/events/billing/send_email_on_closing.py | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/admin.saladeaula.digital/app/routes/_.$orgid.billing._index/range-period.tsx b/apps/admin.saladeaula.digital/app/routes/_.$orgid.billing._index/range-period.tsx index 942b2a3..f6cbb83 100644 --- a/apps/admin.saladeaula.digital/app/routes/_.$orgid.billing._index/range-period.tsx +++ b/apps/admin.saladeaula.digital/app/routes/_.$orgid.billing._index/range-period.tsx @@ -19,6 +19,7 @@ export function RangePeriod({ endDate, billingDay }: RangePeriodProps) { + const today = new Date() const [, setSearchParams] = useSearchParams() const prevPeriod = billingPeriod(billingDay, subMonths(startDate, 1)) const nextPeriod = billingPeriod(billingDay, addMonths(startDate, 1)) @@ -57,7 +58,7 @@ export function RangePeriod({