?> </div> <h2> <?php echo $_L['USR_billlist']; ?> </h2><br/> <div style="overflow-y: scroll; height:250px;"> <?php if ($_SESSION['userid']) { $billids = array(); if (get_billids_by_status(STATUS_OPEN, $billids)) { $i = 1; foreach ($billids as $billid => $bstatus) { if (is_bill_inDebit($billid)) { echo $i++ . "."; echo '<a href=' . $path . '/index.php?menu=invoice&id=' . $billid . ' >' . get_billnumber($billid) . '</a><br/>'; } } } } ?> </div> </td> <?php } ?> </tr> </table> </form> </td>
?> </td> </tr> <tr> <td align=left style="padding:7;"><?php echo $_L['REG_invoiceno']; ?> </td> <td> <input type=hidden name=bill_id value="<?php echo $bookings['bill_id']; ?> " /> <input type="text" size=10 name="invoice_no" value="<?php echo trim(get_billnumber($bookings['bill_id'])); ?> " readonly="readonly" /> <a class="button" href="index.php?menu=invoice&id=<?php echo $bookings['bill_id']; ?> " target='billings' ><?php echo $_L['REG_gotoinvoiceno']; ?> </a> </td> <td> <?php //if ebridge customer {print exo link function} if (is_ebridgeCustomer()) { //??? include_once dirname(__FILE__) . "/OTA/advancedFeatures/EXO_link.php";