コード例 #1
0
ファイル: bill.php プロジェクト: JordanMarles/BARLA
</td>
                <td class="tableColumn50"><?php 
echo $bill->getNameClient();
?>
</td>
              </tr>
            </thead>
          </table>
        </fieldset>
        
        <?php 
if ($bill->getTonico() > 0) {
    ?>
        <fieldset>
          <legend><?php 
    echo $tonico->getName();
    ?>
</legend>
          <table class="table table-bordered">
            <tbody>
              <tr>
                <td class="tableColumn50">Valor unitario</td>
                <td class="tableColumn50">$ <?php 
    echo number_format($tonico->getSalePrice());
    ?>
</td>
              </tr>
              <tr>
                <td>Cantidad comprada</td>
                <td><?php 
    echo $bill->getTonico();