X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gl%2Fmanage%2Fgl_quick_entries.php;h=ed19b7fe2f5b21e185a339c75a3a76146dd46160;hb=86e4d1627183fb4d97fe145a5dd33b43b03284ee;hp=de19943f83d70a38551e27efed7954d71642a13a;hpb=31c79a2d7cc29c18ac1bfa92cf070857a5b9fe98;p=fa-stable.git diff --git a/gl/manage/gl_quick_entries.php b/gl/manage/gl_quick_entries.php index de19943f..ed19b7fe 100644 --- a/gl/manage/gl_quick_entries.php +++ b/gl/manage/gl_quick_entries.php @@ -229,11 +229,11 @@ if ($selected_id != -1) start_table($table_style2); $dim = get_company_pref('use_dimension'); if ($dim == 2) - $th = array(_("Post"), _("Account") . "/" . _("Tax Group"), _("Amount"), _("Dimension"), _("Dimension")." 2", "", ""); + $th = array(_("Post"), _("Account/Tax Type"), _("Amount"), _("Dimension"), _("Dimension")." 2", "", ""); else if ($dim == 1) - $th = array(_("Post"), _("Account") . "/" . _("Tax Group"), _("Amount"), _("Dimension"), "", ""); + $th = array(_("Post"), _("Account/Tax Type"), _("Amount"), _("Dimension"), "", ""); else - $th = array(_("Post"), _("Account") . "/" . _("Tax Group"), _("Amount"), "", ""); + $th = array(_("Post"), _("Account/Tax Type"), _("Amount"), "", ""); table_header($th); $k = 0; @@ -303,7 +303,7 @@ if ($selected_id != -1) if ($actn == 't') { //item_tax_types_list_row(_("Item Tax Type").":",'dest_id', null); - tax_groups_list_row(_("Tax Group").":", 'dest_id', null); + tax_types_list_row(_("Tax Type").":", 'dest_id', null); } else { @@ -341,4 +341,4 @@ if ($selected_id != -1) end_page(); -?> +?> \ No newline at end of file