From 90326321049c78eb6a5766d5308357eb2d0feaea Mon Sep 17 00:00:00 2001 From: = Date: Fri, 27 Aug 2021 22:10:21 +1000 Subject: [PATCH] Fixes for quote workflows --- app/Jobs/Quote/QuoteWorkflowSettings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Jobs/Quote/QuoteWorkflowSettings.php b/app/Jobs/Quote/QuoteWorkflowSettings.php index ffc5730ac0a6..54ec01ca03ea 100644 --- a/app/Jobs/Quote/QuoteWorkflowSettings.php +++ b/app/Jobs/Quote/QuoteWorkflowSettings.php @@ -55,8 +55,8 @@ class QuoteWorkflowSettings implements ShouldQueue }); } - if ($this->client->getSetting('auto_archive_quote')) { - $this->base_repository->archive($this->quote); - } + // if ($this->client->getSetting('auto_archive_quote')) { + // $this->base_repository->archive($this->quote); + // } } }