From 53116dc96660fddcaf04b1c366ffc354985eb063 Mon Sep 17 00:00:00 2001 From: fsociety Date: Thu, 31 Oct 2024 23:39:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20fix(association):=20update=20ass?= =?UTF-8?q?ociation=20status=20check=20for=20project=20support=20display?= =?UTF-8?q?=20logic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/pages/association/project-support/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/pages/association/project-support/index.blade.php b/resources/views/pages/association/project-support/index.blade.php index 951cc8a..e4e23ae 100644 --- a/resources/views/pages/association/project-support/index.blade.php +++ b/resources/views/pages/association/project-support/index.blade.php @@ -224,7 +224,7 @@ $delete = function ($id) { :href="route('association.projectSupport.item', ['projectProposal' => $project])" label="Öffnen"/> @endif - @if($currentPleb && $currentPleb->association_status->value > 2 && $project->sats_paid) + @if($currentPleb && $currentPleb->association_status->value > 1 && $project->sats_paid)