<?php } } ?> </select> </td> </tr> <tr> <td class='bold' nowrap><?php echo xlt('Billing Facility'); ?> :</td> <td class='text'> <div id="ajaxdiv"> <?php billing_facility('billing_facility', $result['billing_facility']); ?> </div> </td> </tr> <tr> <?php $sensitivities = acl_get_sensitivities(); if ($sensitivities && count($sensitivities)) { usort($sensitivities, "sensitivity_compare"); ?> <td class='bold' nowrap><?php echo xlt('Sensitivity:'); ?> </td> <td class='text'>
<?php //END (CHEMED) IF ?> </td> </select> </tr> <tr> <td nowrap> <b><?php echo htmlspecialchars(xl('Billing Facility'), ENT_NOQUOTES); ?> :</b> </td> <td> <?php billing_facility('billing_facility', $row['pc_billing_location']); ?> </td> </tr> <?php if ($_GET['prov'] != true) { ?> <tr id="patient_details"> <td nowrap> <b><?php xl('Patient', 'e'); ?> :</b> </td> <td nowrap> <input type='text' size='10' name='form_patient' style='width:100%;cursor:pointer;cursor:hand' value='<?php