コード例 #1
0
                            <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>
                      </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