Selaa lähdekoodia

Removed debugger

Jean Sumara 6 vuotta sitten
vanhempi
commit
0fdcd37d1e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/FTTHBundle/Admin/ONUAdmin.php

+ 1 - 1
src/FTTHBundle/Admin/ONUAdmin.php

@@ -859,7 +859,7 @@ class ONUAdmin extends WorkflowBaseAdmin
                 $order->setClientExternalId($clients[$clientId]['externalId']);
                 $order->setClientId($clients[$clientId]['name']);
             }
-        }//
+        }
 
         $datasourceit = $this->getModelManager()->getDataSourceIterator($datagrid, $this->getExportFields());