Fiche Réassort Imprimable du <?php 
echo $_GET['date'];
?>
 sur <?php 
echo $_GET['magasin'];
?>
 pour <?php 
echo $_GET['type'];
?>
            </legend>

            <?php 
$Reassort->setMagasin($_GET['magasin']);
$Reassort->setType($_GET['type']);
$Reassort->setDate($_GET['date']);
$rows = $Reassort->getReaList();
echo '<h4>Réassortis</h4>';
echo '                      
                <table class="table table-striped table-bordered very-small-text">
                                            <thead>
                                              <tr>
                                                <th>Heure</th>
                                                <th>Prix</th>
                                                <th>EAN / ISBN</th>
                                                <th>Titre</th>
                                                <th>Auteur</th>
                                                <th>Editeur</th>
                                                <th>Edition</th>
                                              </tr>
                                            </thead>
                                            <tbody>';