From a0309245681e47a9caa30b75c59fb55a12d41c0f Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sat, 21 Jul 2012 16:46:08 -0700 Subject: [PATCH] Also included Payment link in Fees left_nav menu and renamed the the Payments to Batch Payments --- interface/main/left_nav.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/interface/main/left_nav.php b/interface/main/left_nav.php index 346dd3fb0..24c0997f4 100644 --- a/interface/main/left_nav.php +++ b/interface/main/left_nav.php @@ -137,8 +137,9 @@ 'enc' => array(xl('Encounter') , 2, 'patient_file/encounter/encounter_top.php'), 'erx' => array(xl('e-Rx') , 1, 'eRx.php'), 'err' => array(xl('e-Rx Renewal') , 1, 'eRx.php?page=status'), + 'pay' => array(xl('Payment') , 1, '../patient_file/front_payment.php') ); - $primary_docs['npa']=array(xl('Payments') , 0, 'billing/new_payment.php'); + $primary_docs['npa']=array(xl('Batch Payments') , 0, 'billing/new_payment.php'); if ($GLOBALS['use_charges_panel'] || $GLOBALS['concurrent_layout'] == 2) { $primary_docs['cod'] = array(xl('Charges'), 2, 'patient_file/encounter/encounter_bottom.php'); } @@ -244,14 +245,10 @@ function genPopupsList($style='') { if (file_exists("$webserver_root/custom/refer.php")) { ?> - - + - - - @@ -1176,9 +1173,10 @@ if (!empty($reg)) { -- 2.11.4.GIT