How to display just primary ins in billing manager

teryhill wrote on Thursday, September 11, 2014:

Is there a way to display only the primary insurance in the billing manager?

Thanks

Terry Hill

kkrgr8 wrote on Thursday, September 11, 2014:

Hi Terry,

Yes, you can display only primary insurance name in the billing. By performing the following steps

  1. Goto this “interface/billing/print_billing_report.php”.
  2. Comment the line 171 & 172

//print “” . xlt(“Secondary Insurance Data”) . “:
”;
//printRecDataOne($insurance_data_array, getRecInsuranceData ($iter{“pid”},“secondary”), $COLS);

Thanks
Krishna