Commit 5748e922 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Correction affichage import csv

parent a40479e5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -48,8 +48,9 @@ use Formation\Form\PlanDeFormationImportation\PlanDeFormationImportationForm;
            <tr>
                <th> Axe </th>
                <th> Thème </th>
                <th> Formation </th>
                <th> Domaine </th>
                <th> Action </th>
                <th> Complèment </th>
            </tr>
            </thead>
            <tbody>
@@ -59,6 +60,7 @@ use Formation\Form\PlanDeFormationImportation\PlanDeFormationImportationForm;
                    <td> <?php echo $line[1]; ?> </td>
                    <td> <?php echo $line[2]; ?> </td>
                    <td> <?php echo $line[3]; ?> </td>
                    <td>  </td>
                </tr>
            <?php endforeach; ?>
            </tbody>