Current File : /home/inlingua/www/icentex/admin-Rate-Master/ingl_billing_cat.view.php
<?php
//  Created on: 12-04-2013

// Include header
include "header_cert.php";

echo $succFailMesg; 
?>

<table border='0' class='pa-nor pa-table'>
<tr valign='top'><td>Bill_category</td><td><?php echo $dbObject->getDbField('bill_category');?>&nbsp;</td></tr>
<tr valign='top'><td>Added_by</td><td><?php echo $dbObject->getDbField('added_by');?>&nbsp;</td></tr>
<tr valign='top'><td>CreateDate</td><td><?php echo $dbObject->getDbField('createDate');?>&nbsp;</td></tr>
<tr valign='top'><td>ModifyDate</td><td><?php echo $dbObject->getDbField('modifyDate');?>&nbsp;</td></tr>
</table>



<?php
// Include footer
include "footer_cert.php";
?>