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(); +?>