Fixed callparams check message display
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Sat, 17 Jul 2010 16:17:25 +0000 (16:17 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Sat, 17 Jul 2010 16:17:25 +0000 (16:17 +0000)
gl/view/gl_trans_view.php

index 11b4082b2b8458cae3c0237d013f45b941161be7..0264e10369464b97e3b6b88ecc86e77854bca7cf 100644 (file)
@@ -23,8 +23,8 @@ include_once($path_to_root . "/gl/includes/gl_db.inc");
 if (!isset($_GET['type_id']) || !isset($_GET['trans_no'])) 
 { /*Script was not passed the correct parameters */
 
-       echo "<p>" . _("The script must be called with a valid transaction type and transaction number to review the general ledger postings for.") . "</p>";
-       exit;
+       display_note(_("The script must be called with a valid transaction type and transaction number to review the general ledger postings for."));
+       end_page();
 }
 
 function display_gl_heading($myrow)