Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / gl / gl_journal.php
index 035de8ac0c22fe4990911eb3496ccd09aac087a0..bc3e15e963286245665aec8bcee31404c28b80cf 100644 (file)
@@ -321,7 +321,7 @@ start_form();
 
 display_order_header($_SESSION['journal_items']);
 
-start_table("$table_style2 width=90%", 10);
+start_table(TABLESTYLE2, "width=90%", 10);
 start_row();
 echo "<td>";
 display_gl_items(_("Rows"), $_SESSION['journal_items']);