Completed
Push — Order ( a8dbff...a1a9f7 )
by Laurent
03:52
created
src/AppBundle/Controller/AbstractOrdersController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
         $return = [$entityName => $entity, 'edit_form'   => $editForm->createView(), ];
90 90
 
91 91
         if ($editForm->isValid()) {
92
-            if ($entityName === 'deliveries'){
92
+            if ($entityName === 'deliveries') {
93 93
                 $entity->setStatus(2);
94 94
                 $this->updateDeliveryArticles($entity, $etm);
95 95
             } 
Please login to merge, or discard this patch.