From f875d30170d2531df2608033c3f965a45bc8725c Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 20 Nov 2003 18:58:43 +0000 Subject: [PATCH] user_jrn.php is used to collect all the action related to the journal --- html/user_jrn.php | 101 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 html/user_jrn.php diff --git a/html/user_jrn.php b/html/user_jrn.php new file mode 100644 index 000000000..24a4a8314 --- /dev/null +++ b/html/user_jrn.php @@ -0,0 +1,101 @@ +'; + echo $menu_jrn; + echo ''; + + // Execute Action for g_jrn + if ( $jrn_type=='VEN' ) include('user_action_ven.php'); + if ( $jrn_type=='ACH' ) include('user_action_ach.php'); + if ( $jrn_type=='FIN' ) include('user_action_fin.php'); + if ( $jrn_type=='OD ' ) include('user_action_ods.php'); + } // if isset g_jrn + +html_page_stop(); +?>