From: Joe Date: Tue, 17 Jan 2023 11:54:17 +0000 (+0100) Subject: GL Account in Company Defaults missing for test. Fixed X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=54eb0e92cb17c72b8edf5ec88e6fe795e1ef91f0 GL Account in Company Defaults missing for test. Fixed --- 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'