X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_accounts.php;h=55fd938906ab077b7036f4fa6e2c8ebed9a607e4;hb=171074993d8f6768cde0626697abd6b4eab732a6;hp=1593863318fb9b7dffd89d8ddd37c7a7305cd046;hpb=cc7638ce7ad1cfca77adbde4ef970499385bf909;p=fa-stable.git diff --git a/gl/manage/gl_accounts.php b/gl/manage/gl_accounts.php index 15938633..55fd9389 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'); } }