X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep103.php;h=5eeeb22860b735725ce4cf3d2e459d10894df62c;hb=3ff9ed87cb909f19c8fe3e7dfda5df79d0c01a6c;hp=e8a418910daab345965c7e506fd7b37321f3a28e;hpb=80dd97a37f674cc3691fa04af4c29607067566b2;p=fa-stable.git diff --git a/reporting/rep103.php b/reporting/rep103.php index e8a41891..5eeeb228 100644 --- a/reporting/rep103.php +++ b/reporting/rep103.php @@ -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");