|
|
|
@ -52,7 +52,7 @@ private
|
|
|
|
|
previous_start_year_long: previous_collection_start_date.strftime("#{previous_collection_start_date.day.ordinalize} %B %Y"), |
|
|
|
|
current_end_year_short: current_collection_end_date.strftime("%y"), |
|
|
|
|
current_end_year_long:, |
|
|
|
|
) |
|
|
|
|
) |
|
|
|
|
else |
|
|
|
|
I18n.t( |
|
|
|
|
"validations.setup.startdate.current_financial_year", |
|
|
|
@ -60,7 +60,7 @@ private
|
|
|
|
|
current_end_year_short: current_collection_end_date.strftime("%y"), |
|
|
|
|
current_start_year_long: current_collection_start_date.strftime("#{current_collection_start_date.day.ordinalize} %B %Y"), |
|
|
|
|
current_end_year_long:, |
|
|
|
|
) |
|
|
|
|
) |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|