Skip to content

Commit 5bca995

Browse files
authored
Fix /hub/portal_states page (#6149)
1 parent 201281f commit 5bca995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/hub/portal_states_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def ready_for_8879_signature?(primary_or_spouse)
4949
end
5050

5151
def year
52-
MultiTenantService.new(:gyr).current_tax_year(app_time)
52+
MultiTenantService.new(:gyr).current_tax_year(DateTime.now)
5353
end
5454

5555
def documents

0 commit comments

Comments
 (0)