mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 17:57:09 +00:00
fix #7649
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user