Preference to set default_period (#1941)

This commit is contained in:
Nikhil Badyal
2025-03-07 20:35:54 +05:30
committed by GitHub
parent 372b64ffea
commit 26762477a3
12 changed files with 35 additions and 8 deletions

View File

@@ -25,6 +25,11 @@
{ label: t(".date_format") },
{ data: { auto_submit_form_target: "auto" } } %>
<%= form.select :default_period,
Period.all.map { |period| [ period.label, period.key ] },
{ label: t(".default_period") },
{ data: { auto_submit_form_target: "auto" } } %>
<%= family_form.select :country,
country_options,
{ label: t(".country") },