Add preference for native amounts.

This commit is contained in:
James Cole
2024-12-22 15:53:59 +01:00
parent f6e642f72e
commit 25b11bd20b
3 changed files with 18 additions and 0 deletions

View File

@@ -99,6 +99,15 @@
{{ ExpandedForm.checkbox('customFiscalYear','1',isCustomFiscalYear,{ 'label' : 'pref_custom_fiscal_year_label'|_ }) }}
{{ ExpandedForm.date('fiscalYearStart',fiscalYearStart,{ 'label' : 'pref_fiscal_year_start_label'|_ }) }}
</div>
{# conversion back to natiev #}
<div class="preferences-box">
<h3>{{ 'pref_convert_to_native'|_ }}</h3>
<p class="text-info">
{{ 'pref_convert_to_native_help'|_ }}
</p>
{{ ExpandedForm.checkbox('convertToNative','1',convertToNative,{ 'label' : 'pref_convert_native_help'|_ }) }}
</div>
</div>
{# general settings column B #}