From ac3dc327b827a4442732fe0b10c949591e6466af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Tue, 12 Jan 2021 14:19:04 +0300 Subject: [PATCH] fixed test.. --- app/View/Components/Documents/Form/Advanced.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/View/Components/Documents/Form/Advanced.php b/app/View/Components/Documents/Form/Advanced.php index f3f69cc93..b60e95a18 100644 --- a/app/View/Components/Documents/Form/Advanced.php +++ b/app/View/Components/Documents/Form/Advanced.php @@ -23,8 +23,8 @@ class Advanced extends Component } $recurring_class = 'col-sm-6 col-md-6 col-lg-6 col-xl-6'; - $recurring_form_class = 'col-sm-6 col-md-6 col-lg-6 col-xl-6'; - $more_form_class = 'col-md-12'; + $more_class = 'col-sm-6 col-md-6 col-lg-6 col-xl-6'; + $more_form_class = 'col-md-12'; if ($this->hideRecurring && (!$this->hideCategory || !$this->hideAttachment)) { $more_class = 'col-sm-12 col-md-12 col-lg-12 col-xl-12';