From: Joe Hunt Date: Tue, 26 Mar 2019 10:17:08 +0000 (+0100) Subject: 4867: supplier quick entry g/l account list should show the bank accounts in the... X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=3713324329f0ec2effe45febe79cb659ae13d5f6 4867: supplier quick entry g/l account list should show the bank accounts in the line. --- diff --git a/purchasing/includes/ui/invoice_ui.inc b/purchasing/includes/ui/invoice_ui.inc index 7805faec..d6258d28 100644 --- a/purchasing/includes/ui/invoice_ui.inc +++ b/purchasing/includes/ui/invoice_ui.inc @@ -204,7 +204,7 @@ function display_gl_controls(&$supp_trans, $k) $accs['purchase_account'] : get_company_pref('default_cogs_act'); alt_table_row_color($k); - echo gl_all_accounts_list('gl_code', null, true, true); + echo gl_all_accounts_list('gl_code', null, false, true); $dim = get_company_pref('use_dimension'); if ($dim >= 1) dimensions_list_cells(null, 'dimension_id', null, true, " ", false, 1);