*/ include("session.php"); require_once('class_functions.php'); require_once('class_db.php'); require_once('class_print_list.php'); if(file_exists($_SESSION['config']['lang'].'.php')) { include($_SESSION['config']['lang'].'.php'); } else { $_SESSION['error'] = "Language file missing...
"; } $show = array(); $size = array(); $limit = array(); if ($_SESSION['config']['corporate'] == "true" && $_SESSION['config']['replace_subject_by_society'] == "true") { array_push($show, _RECEIVE_DATE_P, "N GED", _DEPARTMENT, _SOCIETY_P, _SHIPPER, _LIMIT_DATE_P); array_push($size, 20, 15, 50, 50, 30, 25); array_push($limit, 15, 7, 35, 35, 30, 15); } else { array_push($show, _RECEIVE_DATE_P, "N GED", _DEPARTMENT, _OBJECT, _SHIPPER, _LIMIT_DATE_P); array_push($size, 20, 15, 50, 50, 30, 25); array_push($limit, 15, 7, 35, 35, 30, 15); } $print = new print_list(); $print->print_result_list($_SESSION['print_list']['current_request'], $show, $size, $limit, _VALID_PROCESS_PRINT." : ".$_SESSION['current_basket']['label']); ?> <?php echo $_SESSION['config']['applicationname']; ?>