dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [bug #22103] liste des cheques


From: ladame
Subject: [Dolibarr-bugtrack] [bug #22103] liste des cheques
Date: Thu, 24 Jan 2008 10:50:10 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11

URL:
  <http://savannah.nongnu.org/bugs/?22103>

                 Summary: liste des cheques
                 Project: Dolibarr
            Submitted by: sladame
            Submitted on: jeudi 24.01.2008 à 10:50
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:


bonjour,
il y a un petit bug sur le filtre de la liste des cheques.
    


--- Dolibarr/htdocs/compta/paiement/cheque/liste.php
+++ nouveauDolibarr/htdocs/compta/paiement/cheque/liste.php
 
@@ -73,7 +73,7 @@
 $sql.= " WHERE bc.fk_bank_account = ba.rowid";
 if ($_GET["search_montant"])
 {
-  $sql .=" AND p.amount=".price2num($_GET["search_montant"]);
+  $sql .=" AND bc.amount=".price2num($_GET["search_montant"]);
 }
 $sql .= " ORDER BY $sortfield $sortorder";
 $sql .= $db->plimit( $limit+1 ,$offset);





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?22103>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]