From 4e9918709f283abd17f9348bed5191956ffb35fd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 25 Feb 2011 23:49:41 +0000 Subject: [PATCH] Add log --- htdocs/compta/paiement/cheque/fiche.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) {