This commit is contained in:
James Cole
2023-06-21 06:06:06 +02:00
parent 36021d84cf
commit 40389fb6d5

View File

@@ -27,9 +27,8 @@
{{ ExpandedForm.amountNoCurrency('amount_min', bill.amount_min) }}
{{ ExpandedForm.amountNoCurrency('amount_max', bill.amount_max) }}
{{ ExpandedForm.date('date',bill.date.format('Y-m-d')) }}
{{ ExpandedForm.select('repeat_freq',periods) }}
{{ ExpandedForm.select('repeat_freq', periods, bill.repeat_freq) }}
{{ ExpandedForm.integer('skip', bill.skip) }}
</div>
</div>