From: Joe Hunt Date: Fri, 31 Dec 2010 11:45:34 +0000 (+0000) Subject: Bug. $n undefined in /admin/gl_setup.php X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=91cd9c9f39f2512daa0e4dcafdeec4b51cc5bba7;p=textcart.git Bug. $n undefined in /admin/gl_setup.php --- diff --git a/admin/gl_setup.php b/admin/gl_setup.php index 1a17092..79b84dd 100644 --- a/admin/gl_setup.php +++ b/admin/gl_setup.php @@ -49,7 +49,7 @@ function can_process() $grn_act = get_company_pref('grn_clearing_act'); if (get_post('grn_clearing_act') != $grn_act && db_num_rows(get_grn_items(0, '', true))) { - display_error(_("Before GRN Clearing Account can be changed all GRNs have to be invoiced").' '.$n); + display_error(_("Before GRN Clearing Account can be changed all GRNs have to be invoiced")); $_POST['grn_clearing_act'] = $grn_act; set_focus('grn_clearing_account'); return false;