]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5697
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 25 Jan 2023 08:51:44 +0000 (09:51 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 25 Jan 2023 08:51:44 +0000 (09:51 +0100)
app/Console/Commands/FluidbookQuote.php

index c282d80d763d884d20d6e40969605fec269ba39f..af4973afcf49d2839d6c8e4da3ae51723d70f085 100644 (file)
@@ -24,7 +24,7 @@ class FluidbookQuote extends CubistCommand
     {
         App::setLocale('fr');
         $nottreated = \App\Models\FluidbookQuote::where('status', '0')->count();
-        if ($nottreated > 0 && request()->get('status', null) == null) {
+        if ($nottreated > 0) {
             Slack::send(Slack::fluidbookQuoteChannel,
                 ':alarm_clock: ' . __('Des demandes de devis n\'ont pas été traitées'),
                 __(':awaiting demandes de devis doivent être confiées à un revendeur ou un chef de projet', ['awaiting' => $nottreated]),