Exemple #1
0
 </td>
                <td class="w-110">Amount SG $</td>
            </tr>
            
            <?php 
if (is_array($model->aModelDetail) && count($model->aModelDetail)) {
    ?>
            <?php 
    foreach ($model->aModelDetail as $key => $mDetail) {
        if ($key != 0) {
            break;
        }
        ?>
                <tr>
                    <td class="col-4"><strong></strong><?php 
        echo FiInvoiceDetail::fnBuildDescriptionPrint($mDetail);
        ?>
</td>
                    <td><?php 
        echo $cmsFormater->formatPrice($mDetail->amount);
        ?>
</td>
                </tr>
            <?php 
    }
    ?>
            <?php 
}
?>
            
            <tr>