From: Ap.Muthu Date: Sun, 28 Apr 2013 03:49:37 +0000 (+0530) Subject: Removed comment as suggested by Brady X-Git-Tag: whats-been-changed~334 X-Git-Url: https://repo.or.cz/w/openemr.git/commitdiff_plain/df212ce64c4bc5570d3e53ea9fb9a7deb799f116 Removed comment as suggested by Brady https://github.com/apmuthu/openemr/commit/0120ccd1cf62b360c5d88c30d69c74715ca22de6#commitcomment-3101816 --- diff --git a/interface/billing/new_payment.php b/interface/billing/new_payment.php index 89cd8311e..0849dc34e 100644 --- a/interface/billing/new_payment.php +++ b/interface/billing/new_payment.php @@ -97,8 +97,6 @@ if ($mode == "new_payment" || $mode == "distribute") //=============================================================================== if ($mode == "PostPayments" || $mode == "FinishPayments") { -// $hidden_patient_code=$_REQUEST['hidden_patient_code']; -// $payment_id=$_REQUEST['payment_id']; $user_id=$_SESSION['authUserID']; $created_time = date('Y-m-d H:i:s'); for($CountRow=1;;$CountRow++)