diff --git a/resources/views/bills/edit.twig b/resources/views/bills/edit.twig index e20065ca8c..e2e734d1fb 100644 --- a/resources/views/bills/edit.twig +++ b/resources/views/bills/edit.twig @@ -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) }} -