<td><?php 
echo $sales;
?>
</td>
                      </tr>  
                    <?php 
$totaSales = $objDispatch->getTotalSales();
?>
                      <tr>
                            <td><?php 
echo $totaSales;
?>
</td>
                      </tr>
                    <?php 
$cases = $objDispatch->getCasesUnitSold();
?>
                      <tr>
                            <td style="text-align: justify">Case Units Sold <?php 
echo $cases;
?>
</td>
                      </tr>
                    <?php 
$lines = $objDispatch->getLineItemPieces();
?>
                      <tr>
                            <td style="text-align: justify">Line Item Pieces <?php 
echo $lines;
?>
</td>