X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_quick_entries.php;h=323580a777c497c82fe681c2df10a7effc653b0f;hb=fbb7a3d6150e02e442bd763a717915649fb43437;hp=fae60668a55553564b21f80487abc4b8aa85b987;hpb=a578378e067a6af5bbdcdb5881632c29494a8aa1;p=fa-stable.git diff --git a/gl/manage/gl_quick_entries.php b/gl/manage/gl_quick_entries.php index fae60668..323580a7 100644 --- a/gl/manage/gl_quick_entries.php +++ b/gl/manage/gl_quick_entries.php @@ -268,7 +268,7 @@ if ($selected_id != -1) } } - gl_all_accounts_list_row(_("Account"), 'account', null, true); + gl_all_accounts_list_row(_("Account"), 'account', null); yesno_list_row(_("Use Tax:"), 'tax_acc', null, "", "", false); yesno_list_row(_("Use Percent:"), 'pct', null, "", "", false); amount_row(_("Amount"), 'amount', null);