From: Joe Hunt Date: Tue, 2 Nov 2010 11:12:11 +0000 (+0000) Subject: Rerun. Bug in amount selection X-Git-Tag: v2.4.2~19^2~521 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=bac6bc5d595dab716bb3c65e451e81d724b8de2d;p=fa-stable.git Rerun. Bug in amount selection --- diff --git a/reporting/rep103.php b/reporting/rep103.php index a028c331..3a5fa144 100644 --- a/reporting/rep103.php +++ b/reporting/rep103.php @@ -78,7 +78,7 @@ function getTransactions($debtorno, $branchcode, $date) WHERE debtor_no=".db_escape($debtorno)." AND branch_code=".db_escape($branchcode)." AND (type=".ST_SALESINVOICE." OR type=".ST_CUSTCREDIT.") - AND trandate >='$date'"; + AND tran_date >='$date'"; $result = db_query($sql,"No transactions were returned");