Fixed GET continuation after timeot and logout page access without authorization.
[fa-stable.git] / reporting / rep103.php
index ead177fdf37c9b54b037b1eb2a26131dc41d161d..5eeeb22860b735725ce4cf3d2e459d10894df62c 100644 (file)
@@ -80,7 +80,7 @@ function getTransactions($debtorno, $branchcode, $date)
                FROM ".TB_PREF."debtor_trans
                WHERE debtor_no='$debtorno'
                AND branch_code='$branchcode'
-               AND (type=10 or type=11)
+               AND (type=".ST_SALESINVOICE." OR type=".ST_CUSTCREDIT.")
                AND trandate >='$date'";
                
     $result = db_query($sql,"No transactions were returned");
@@ -109,9 +109,9 @@ function print_customer_details_listing()
     
     $dec = 0;
 
-       if ($area == reserved_words::get_all_numeric())
+       if ($area == ALL_NUMERIC)
                $area = 0;
-       if ($folk == reserved_words::get_all_numeric())
+       if ($folk == ALL_NUMERIC)
                $folk = 0;
 
        if ($area == 0)