<td><label><b>Changes to Customer Order</b></label></td>
                      </tr>
                    <?php 
$customerOrder = $objDispatch->getChangeCustomerOrder();
?>
                      <tr>
                            <td style="text-align: justify; padding-bottom: 10px"><?php 
echo $customerOrder;
?>
</td>
                      </tr>
                      <tr>
                            <td><label><b>Changes to Prices from Price List</b></label></td>
                      </tr>
                    <?php 
$changePrice = $objDispatch->getChangePricesList();
?>
                      <tr>
                            <td style="text-align: justify; padding-bottom: 10px"><?php 
echo $changePrice;
?>
</td>
                      </tr>
                
                     </table> 

</page>

<?php 
$content = ob_get_clean();
require_once '../includes/html2pdf/html2pdf.class.php';