X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_accounts.php;h=2520d355cfd7e43038e023123e378dfa4bc07bcf;hb=45e45a854c40a7a2f9cc8f11e07a259c6923babd;hp=1593863318fb9b7dffd89d8ddd37c7a7305cd046;hpb=cc7638ce7ad1cfca77adbde4ef970499385bf909;p=fa-stable.git diff --git a/gl/manage/gl_accounts.php b/gl/manage/gl_accounts.php index 15938633..2520d355 100644 --- a/gl/manage/gl_accounts.php +++ b/gl/manage/gl_accounts.php @@ -70,9 +70,8 @@ if (isset($_POST['add']) || isset($_POST['update'])) add_gl_account($_POST['account_code'], $_POST['account_name'], $_POST['account_type'], $_POST['account_code2'], $_POST['tax_code']); $selected_account = $_POST['AccountList'] = $_POST['account_code']; display_notification(_("New account has been added.")); - $Ajax->activate('_page_body'); } - + $Ajax->activate('_page_body'); } } @@ -236,7 +235,7 @@ text_row_ex(_("Account Name:"), 'account_name', 60); gl_account_types_list_row(_("Account Group:"), 'account_type', null); -tax_types_list_row(_("Tax Type:"), 'tax_code', null, _('No Tax')); +tax_groups_list_row(_("Tax Group:"), 'tax_code', null, _('No Tax')); end_table(1);