From 40389fb6d5f4da5ceb1b11cbfeb448d8b4593d47 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 21 Jun 2023 06:06:06 +0200 Subject: [PATCH] fix #7649 --- resources/views/bills/edit.twig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) }} -