@@ -19,8 +19,6 @@ |
||
19 | 19 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
20 | 20 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
21 | 21 | use Symfony\Component\HttpFoundation\Response; |
22 | -use Symfony\Component\HttpFoundation\Request; |
|
23 | - |
|
24 | 22 | use AppBundle\Form\Type\SubFamilyLogType; |
25 | 23 | |
26 | 24 | /** |
@@ -49,7 +49,7 @@ |
||
49 | 49 | $subFamId = ''; |
50 | 50 | $famLogId = $request->get('id'); |
51 | 51 | $subFamId = $request->get('id2'); |
52 | - if ($famLogId != '') { |
|
52 | + if ($famLogId != '') { |
|
53 | 53 | $subFamilyLogs = $etm |
54 | 54 | ->getRepository('GlsrGestockBundle:subFamilyLog') |
55 | 55 | ->getFromFamilyLog($famLogId); |