Customer invoice inquire displayed also payments.
authorJanusz Dobrowolski <janusz@frontaccouting.eu>
Wed, 23 Mar 2011 17:08:31 +0000 (18:08 +0100)
committerJanusz Dobrowolski <janusz@frontaccouting.eu>
Wed, 23 Mar 2011 17:08:31 +0000 (18:08 +0100)
sales/includes/db/cust_trans_db.inc

index 748fc2a082f6134abe7de6f193cb012d2fe7971f..29e611e17abc3730cb2313166463f60bbdbfaae5 100644 (file)
@@ -315,7 +315,7 @@ function get_sql_for_customer_inquiry()
        {
                if ($_POST['filterType'] == '1')
                {
-                       $sql .= " AND (trans.type = ".ST_SALESINVOICE." OR trans.type = ".ST_BANKPAYMENT.") ";
+                       $sql .= " AND (trans.type = ".ST_SALESINVOICE.") ";
                }
                elseif ($_POST['filterType'] == '2')
                {
@@ -324,7 +324,7 @@ function get_sql_for_customer_inquiry()
                elseif ($_POST['filterType'] == '3')
                {
                        $sql .= " AND (trans.type = " . ST_CUSTPAYMENT 
-                                       ." OR trans.type = ".ST_BANKDEPOSIT.") ";
+                                       ." OR trans.type = ".ST_BANKDEPOSIT." OR trans.type = ".ST_BANKPAYMENT.") ";
                }
                elseif ($_POST['filterType'] == '4')
                {