X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep210.php;h=c204000e1b8939f377552d61aec786cb9f639b11;hb=4deaa6ba6e084655989c30cfb7d9dd307408c7dc;hp=98b4a9b024c232eab641a40e3b7d9fdfbd3188ad;hpb=a001646bef2b971535791d4e67b8565684d6de24;p=fa-stable.git diff --git a/reporting/rep210.php b/reporting/rep210.php index 98b4a9b0..c204000e 100644 --- a/reporting/rep210.php +++ b/reporting/rep210.php @@ -119,7 +119,7 @@ function print_remittances() $rep->SetCommonData($myrow, null, $myrow, $baccount, ST_SUPPAYMENT, $contacts); $rep->SetHeaderType('Header2'); $rep->NewPage(); - $result = get_allocatable_to_supp_transactions($myrow['supplier_id'], $myrow['trans_no'], $myrow['type']); + $result = get_allocatable_to_supp_transactions(0, $myrow['trans_no'], $myrow['type']); $doctype = ST_SUPPAYMENT;