X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep103.php;h=5eeeb22860b735725ce4cf3d2e459d10894df62c;hb=3ff9ed87cb909f19c8fe3e7dfda5df79d0c01a6c;hp=f7ae195e8ab2fa9b164487647d511deb439e9013;hpb=ad96cd0abbfd826592b851b8e0cb6d89e450fdf4;p=fa-stable.git diff --git a/reporting/rep103.php b/reporting/rep103.php index f7ae195e..5eeeb228 100644 --- a/reporting/rep103.php +++ b/reporting/rep103.php @@ -9,7 +9,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security = 2; +$page_security = 'SA_CUSTBULKREP'; // ---------------------------------------------------------------- // $ Revision: 2.0 $ // Creator: Joe Hunt @@ -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)