Skip to content

Commit

Permalink
feature: show upcoming_soon before upcoming in lists
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosteiner committed Jan 4, 2024
1 parent e888748 commit fff8102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/domain/booking_states.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module BookingStates
def self.all
@all ||= [
UnconfirmedRequest, OpenRequest, ProvisionalRequest, DefinitiveRequest, BookingAgentRequest, AwaitingTenant,
AwaitingContract, Overdue, Upcoming, UpcomingSoon, Active, Past, PaymentDue, CancelationPending, Completed,
AwaitingContract, Overdue, UpcomingSoon, Upcoming, Active, Past, PaymentDue, CancelationPending, Completed,
CancelledRequest, DeclinedRequest, Cancelled, OverdueRequest, PaymentOverdue, Initial
].index_by(&:to_sym)
end
Expand Down

0 comments on commit fff8102

Please sign in to comment.