From ed98647a92fe4c17e78bd4f7314bd7548591dc63 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 14 Jul 2008 19:57:08 +0000 Subject: [PATCH] Fixed ajax update on account add. --- gl/manage/gl_accounts.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'); } } -- 2.30.2