diff --git a/htdocs/compta/paiement/cheque/fiche.php b/htdocs/compta/paiement/cheque/fiche.php index 29dc7d1b1e8..996f5f2cf30 100644 --- a/htdocs/compta/paiement/cheque/fiche.php +++ b/htdocs/compta/paiement/cheque/fiche.php @@ -1,6 +1,6 @@ - * Copyright (C) 2007-2010 Laurent Destailleur + * Copyright (C) 2007-2011 Laurent Destailleur * Copyright (C) 2009 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -435,7 +435,8 @@ else $sql.= " AND b.fk_type= 'CHQ'"; $sql.= " AND b.fk_bordereau = ".$remisecheque->id; $sql.= " ORDER BY $sortfield $sortorder"; - //print $sql; + + dol_syslog(basename(__FILE__)." sql=".$sql); $resql = $db->query($sql); if ($resql) {