Fixes for quote workflows

This commit is contained in:
= 2021-08-27 22:10:21 +10:00
parent ca9de2bd74
commit 9032632104

View File

@ -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);
// }
}
}