Version typo fixed
[fa-stable.git] / gl / manage / gl_quick_entries.php
index de19943f83d70a38551e27efed7954d71642a13a..ed19b7fe2f5b21e185a339c75a3a76146dd46160 100644 (file)
@@ -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