コード例 #1
0
</td>
                      </tr>
                    <?php 
$lines = $objDispatch->getLineItemPieces();
?>
                      <tr>
                            <td style="text-align: justify">Line Item Pieces <?php 
echo $lines;
?>
</td>
                      </tr>  
                      <tr>
                            <td><label><b>Missing Items</b></label></td>
                      </tr>
                    <?php 
$items = $objDispatch->getMissingItems();
?>
                      <tr>
                            <td style="text-align: justify; padding-bottom: 10px"><?php 
echo $items;
?>
</td>
                      </tr>
                      <tr>
                            <td><label><b>Priced Under Cost</b></label></td>
                      </tr>
                    <?php 
$prices = $objDispatch->getPriceUnderCost();
?>
                      <tr>
                            <td style="text-align: justify; padding-bottom: 10px"><?php