X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_quick_entries.php;h=d5d0ef345147ae79b638630c838595031862d344;hb=6108acadfe6369362f469909f8dac47c17d21322;hp=555c0888a61459f100e5215445fde23e5dc244d2;hpb=deed05a36c33ecad4dd8528b84c13490bbc042de;p=fa-stable.git diff --git a/gl/manage/gl_quick_entries.php b/gl/manage/gl_quick_entries.php index 555c0888..d5d0ef34 100644 --- a/gl/manage/gl_quick_entries.php +++ b/gl/manage/gl_quick_entries.php @@ -174,7 +174,7 @@ if ($Mode2 == 'RESET2') $result = get_quick_entries(); start_form(); -start_table($table_style); +start_table(TABLESTYLE); $th = array(_("Description"), _("Type"), "", ""); table_header($th); @@ -200,7 +200,7 @@ if (list_updated('type') || (isset($_POST['bal_type']) && list_updated('bal_type } start_form(); div_start('qe'); -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != -1) { @@ -245,7 +245,7 @@ if ($selected_id != -1) display_heading(_("Quick Entry Lines") . " - " . $_POST['description']); $result = get_quick_entry_lines($selected_id); start_form(); - start_table($table_style2); + start_table(TABLESTYLE2); $dim = get_company_pref('use_dimension'); if ($dim == 2) $th = array(_("Post"), _("Account/Tax Type"), _("Amount"), _("Dimension"), _("Dimension")." 2", "", ""); @@ -295,7 +295,7 @@ if ($selected_id != -1) start_form(); div_start('edit_line'); - start_table($table_style2); + start_table(TABLESTYLE2); if ($selected_id2 != -1) {