New: Add filter on bank account on check deposits

This commit is contained in:
Laurent Destailleur 2011-05-24 21:24:05 +00:00
parent b6d3017104
commit 0b0cf35b28

View File

@ -308,7 +308,7 @@ if ($action == 'new')
print $html->select_date($filterdate,'fd',0,0,1,'',1,1);
print '</td></tr>';
print '<tr><td>'.$langs->trans("BankAccount").'</td><td>';
print $html->select_comptes($filteraccountid,'accountid',0,0,1);
print $html->select_comptes($filteraccountid,'accountid',0,'courant <> 2',1);
print '</td></tr>';
print '<tr><td colspan="2" align="center">';
print '<input type="submit" class="button" name="filter" value="'.dol_escape_htmltag($langs->trans("ToFilter")).'">';