From: Janusz Dobrowolski Date: Mon, 14 Jul 2008 19:57:08 +0000 (+0000) Subject: Fixed ajax update on account add. X-Git-Tag: v2.4.2~19^2~1914 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=ed98647a92fe4c17e78bd4f7314bd7548591dc63;p=fa-stable.git Fixed ajax update on account add. --- 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'); } }