4867: supplier quick entry g/l account list should show the bank accounts in the...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 26 Mar 2019 10:17:08 +0000 (11:17 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 26 Mar 2019 10:17:08 +0000 (11:17 +0100)
purchasing/includes/ui/invoice_ui.inc

index 7805faec6106e6511c773a155ba09275fde1a82e..d6258d281b5c180c842686f36d5a53a82d7f01d3 100644 (file)
@@ -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);