diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index f6339e301e467130687873bfc03b9e92c9002606..b72742d5a272129b9021070f9464e9b1f35c5342 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -423,7 +423,7 @@ if (! $_GET['action'] && ! $_POST['action']) $html->select_types_paiements($_REQUEST["search_paymenttype"],'search_paymenttype','',2,1,1); print '</td>'; print '<td>'; - $html->select_comptes($_REQUEST["search_account"],'search_account',0,'',1); + $html->select_comptes($_REQUEST["search_account"],'search_account',0,'',2); print '</td>'; print '<td align="right">'; print '<input class="fat" type="text" size="4" name="search_amount" value="'.$_REQUEST["search_amount"].'">';