mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-29 14:42:59 +00:00
fix #7649
This commit is contained in:
@@ -27,9 +27,8 @@
|
|||||||
{{ ExpandedForm.amountNoCurrency('amount_min', bill.amount_min) }}
|
{{ ExpandedForm.amountNoCurrency('amount_min', bill.amount_min) }}
|
||||||
{{ ExpandedForm.amountNoCurrency('amount_max', bill.amount_max) }}
|
{{ ExpandedForm.amountNoCurrency('amount_max', bill.amount_max) }}
|
||||||
{{ ExpandedForm.date('date',bill.date.format('Y-m-d')) }}
|
{{ 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) }}
|
{{ ExpandedForm.integer('skip', bill.skip) }}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user