It produces double records in bank inquiry otherwise.
! -> Note
$ -> Affected files
+10-Nov-2009 Joe Hunt
+# disallow bank accounts in accounts list in Bank Deposits/Payments.
+ It produces double records in bank inquiry otherwise..
+$ /gl/includes/ui/gl_bank_ui.inc
+# disallow bank accounts in accounts list when type is Bank Deposits
+ or Payments. See above.
+$ /gl/manage/gl_quick_entries.php
+
09-Nov-2009 Janusz Dobrowolski
! Fixed help link to provide ctxhelp switch and clean the page context string.
$ /includes/page/header.inc
$_POST['code_id'] =
get_company_pref($payment ? 'default_cogs_act':'default_inv_sales_act');
}
- gl_all_accounts_list('code_id', null, false, true);
+ gl_all_accounts_list('code_id', null, true, true);
if ($dim >= 1)
dimensions_list_cells(null, 'dimension_id', null, true, " ", false, 1);
if ($dim > 1)
}
else
{
- gl_all_accounts_list_row(_("Account").":", 'dest_id', null);
+ gl_all_accounts_list_row(_("Account").":", 'dest_id', null, $_POST['type'] == QE_DEPOSIT || $_POST['type'] == QE_PAYMENT);
if ($actn != '=')
{
if ($actn == '%')