From 4c535e2a525ea73493f63a08f18d75fa97102868 Mon Sep 17 00:00:00 2001 From: vinish Date: Thu, 1 Mar 2012 23:34:46 +0530 Subject: [PATCH] ERA posting Signed-off-by: vinish --- interface/billing/sl_eob_process.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/billing/sl_eob_process.php b/interface/billing/sl_eob_process.php index 8cd976b0e..206cff23b 100644 --- a/interface/billing/sl_eob_process.php +++ b/interface/billing/sl_eob_process.php @@ -164,7 +164,9 @@ require_once("$srcdir/billing.inc"); // Some heading information. - if(isset($_REQUEST['chk'.$out['check_number']])){ + $chk_123=$out['check_number']; + $chk_123=str_replace(' ','_',$chk_123); + if(isset($_REQUEST['chk'.$chk_123])){ if ($encount == 0) { writeMessageLine('#ffffff', 'infdetail', "Payer: " . htmlspecialchars($out['payer_name'], ENT_QUOTES)); -- 2.11.4.GIT