From 54eb0e92cb17c72b8edf5ec88e6fe795e1ef91f0 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 17 Jan 2023 12:54:17 +0100 Subject: [PATCH] GL Account in Company Defaults missing for test. Fixed --- gl/includes/db/gl_db_accounts.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gl/includes/db/gl_db_accounts.inc b/gl/includes/db/gl_db_accounts.inc index 178d98b7..422e7275 100644 --- a/gl/includes/db/gl_db_accounts.inc +++ b/gl/includes/db/gl_db_accounts.inc @@ -104,6 +104,7 @@ function gl_account_in_company_defaults($acc) OR name='retained_earnings_act' OR name='freight_act' OR name='deferred_income_act' + OR name='grn_clearing_act' OR name='default_sales_act' OR name='default_sales_discount_act' OR name='default_prompt_payment_act' -- 2.30.2